Updated api url constant

This commit is contained in:
2026-06-28 21:51:52 -04:00
parent 5f619a2dfd
commit a2ea49dd47
+1 -1
View File
@@ -1,2 +1,2 @@
export const AUTH_API_BASE_URL = 'http://localhost:9080'; export const AUTH_API_BASE_URL = 'http://localhost:9080';
export const API_BASE_URL = 'http://localhost:8080'; export const API_BASE_URL = 'http://localhost:9081';