Skip to content

Commit 7f1074e

Browse files
committed
fix: update API URL to production endpoint and remove Vercel configuration
1 parent ab2b797 commit 7f1074e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

client/services/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { CRMEntry, Task, Meeting, AuthResponse, User, ForgotPasswordRequest, Ver
55
// ⚙️ API CONFIGURATION
66
// ============================================================================
77

8-
const API_URL = import.meta.env.VITE_API_URL || '/api/v1';
8+
const API_URL = 'http://13.233.167.107/incial/api/v1';
99

1010
//const API_URL = 'http://localhost:8080/api/v1';
1111

client/vercel.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)