Skip to content

Commit ec7d660

Browse files
authored
Merge pull request #20 from cindytsai/ui
Remove API_BASE_URL pointing to localhost for deployment.
2 parents 53ebba6 + abba948 commit ec7d660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Backend API configuration
2-
export const API_BASE_URL = 'http://localhost:5002';
2+
export const API_BASE_URL = '';
33

44
// API endpoints
55
export const API_ENDPOINTS = {

0 commit comments

Comments
 (0)