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 101f59c commit fd611edCopy full SHA for fd611ed
1 file changed
Frontend/config/apiConfig.ts
@@ -1,4 +1,4 @@
1
-const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:3000/api';
+const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL;
2
3
export const API_ENDPOINTS = {
4
AUTH: {
0 commit comments