We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4511ee0 commit fcc3e51Copy full SHA for fcc3e51
http/index.ts
@@ -1,7 +1,7 @@
1
import axios from 'axios'
2
// export const API_URL = 'https://68038e8e0a99cb7408ec5a5b.mockapi.io/'
3
-export const API_URL = 'http://localhost:3000/api'
4
-// export const API_URL = 'https://aeaea.vercel.app/api'
+// export const API_URL = 'http://localhost:3000/api'
+export const API_URL = 'https://aeaea.vercel.app/api'
5
6
const $api = axios.create({
7
// withCredentials: true,
0 commit comments