Skip to content

Commit bfe6f69

Browse files
committed
update config
1 parent 854ad2b commit bfe6f69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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://127.0.0.1:5002';
2+
export const API_BASE_URL = 'http://localhost:5002';
33

44
// API endpoints
55
export const API_ENDPOINTS = {

0 commit comments

Comments
 (0)