Advertisement
xcage88

serviceApi

May 21st, 2023
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import Axios from "axios";
  2.  
  3. export const httpService = Axios.create({
  4.     baseURL: "https://645cfb58250a246ae3142b09.mockapi.io/bootcamp",
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement