Advertisement
Guest User

Untitled

a guest
Apr 16th, 2025
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import axios from "axios";
  2.  
  3. const api = axios.create({
  4. baseURL: "http://localhost:8080",
  5. withCredentials: true,
  6. });
  7.  
  8. export default api;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement