update : service fare option and new structure param for service fare

This commit is contained in:
wayanrivan
2026-03-30 09:29:50 +07:00
parent 1debcafa32
commit dd6af41733
3 changed files with 165 additions and 53 deletions

View File

@ -182,6 +182,7 @@ export class RoutePrivate {
app.put('/api/service/restore/:id', ServiceController.restore)
app.get('/api/service-fare/list', ServiceFareController.list)
app.get('/api/service-fare/option', ServiceFareController.option)
app.post('/api/service-fare/create', ServiceFareController.create)
app.get('/api/service-fare/detail/:id', ServiceFareController.detail)
app.put('/api/service-fare/update/:id', ServiceFareController.update)