Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import axios from "axios";
- const api = axios.create({
- baseURL: "http://localhost:8080",
- withCredentials: true,
- });
- export default api;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement