Merge pull request 'Fix API endpoint for creating an employee by updating the URL to the correct path' (#24) from Vaibhav_Bug-#290 into main
Reviewed-on: #24
This commit is contained in:
commit
e460b97b43
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user