We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854ad2b commit bfe6f69Copy full SHA for bfe6f69
1 file changed
src/lib/config.ts
@@ -1,5 +1,5 @@
1
// Backend API configuration
2
-export const API_BASE_URL = 'http://127.0.0.1:5002';
+export const API_BASE_URL = 'http://localhost:5002';
3
4
// API endpoints
5
export const API_ENDPOINTS = {
0 commit comments