diff --git a/lib/helpers/services/api_endpoints.dart b/lib/helpers/services/api_endpoints.dart index 15a45ae..314ada1 100644 --- a/lib/helpers/services/api_endpoints.dart +++ b/lib/helpers/services/api_endpoints.dart @@ -13,7 +13,7 @@ class ApiEndpoints { static const String getAllEmployeesByProject = "/Project/employees/get"; static const String getAllEmployees = "/employee/list"; static const String getRoles = "/roles/jobrole"; - static const String createEmployee = "/employee/manage-mobile"; + static const String createEmployee = "/employee/manage"; // Daily Task Screen API Endpoints static const String getDailyTask = "/task/list";