mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Correct route for service categories (#1562)
This commit is contained in:
parent
37374a254f
commit
9f2c893c5c
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ route_api_resource($route, 'appointments', 'api/v1/');
|
||||||
|
|
||||||
route_api_resource($route, 'admins', 'api/v1/');
|
route_api_resource($route, 'admins', 'api/v1/');
|
||||||
|
|
||||||
route_api_resource($route, 'categories', 'api/v1/');
|
route_api_resource($route, 'service_categories', 'api/v1/');
|
||||||
|
|
||||||
route_api_resource($route, 'customers', 'api/v1/');
|
route_api_resource($route, 'customers', 'api/v1/');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue