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 33d3cad commit 2eabb9bCopy full SHA for 2eabb9b
1 file changed
src/api.ts
@@ -1,6 +1,6 @@
1
import axios from 'axios';
2
3
-const API_URL = 'http://localhost:5000/api';
+const API_URL = '/api';
4
5
const api = axios.create({
6
baseURL: API_URL,
0 commit comments