Skip to content

Instantly share code, notes, and snippets.

@ashikka
Created December 31, 2021 09:14
Show Gist options
  • Select an option

  • Save ashikka/9e99dd434671d0287dd507d82a9378d2 to your computer and use it in GitHub Desktop.

Select an option

Save ashikka/9e99dd434671d0287dd507d82a9378d2 to your computer and use it in GitHub Desktop.
import { api } from "./api";
export const getPhotos = async (pictureName) => {
const res = await api.post("/", { pictureName });
return res.data.message.results;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment