Skip to content

Commit fd611ed

Browse files
committed
[Refactor] Update API base URL configuration to remove hardcoded localhost
1 parent 101f59c commit fd611ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Frontend/config/apiConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:3000/api';
1+
const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL;
22

33
export const API_ENDPOINTS = {
44
AUTH: {

0 commit comments

Comments
 (0)