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 091421c commit 9e97c13Copy full SHA for 9e97c13
src/config/api.js
@@ -1,5 +1,5 @@
1
import axios from 'axios'
2
3
export default axios.create({
4
- baseURL: 'http://localhost:5001/api',
+ baseURL: process.env.BASE_URL,
5
})
0 commit comments