Fix API endpoint for creating an employee by updating the URL to the correct path

This commit is contained in:
Vaibhav Surve 2025-05-16 16:33:31 +05:30
parent 8ae5df5a6b
commit f9a2966292

View File

@ -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";