diff --git a/frontend/lib/constants/api_constants.dart b/frontend/lib/constants/api_constants.dart index 7b4f6ad..cff2042 100644 --- a/frontend/lib/constants/api_constants.dart +++ b/frontend/lib/constants/api_constants.dart @@ -1,10 +1,10 @@ class ApiConstants { - static const String baseUrl = 'http://localhost:8080'; - + static const String baseUrl = 'https://api.wesal.online'; + // Auth endpoints static const String loginEndpoint = '/login'; - + // User endpoints static const String getUserEndpoint = '/getUser'; static const String updateUserEndpoint = '/updateUser'; -} \ No newline at end of file +}