Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
185 Bytes
import axios from 'axios';
//base url to make reuests to the movie database
const instance = axios.create({
baseURL: "https://api.themoviedb.org/3/",
});
export default instance;