update : detail for registration fee

This commit is contained in:
wayanrivan
2026-03-30 11:36:23 +07:00
parent f7fdfb7590
commit 05327a17fb
2 changed files with 22 additions and 1 deletions

View File

@ -478,6 +478,7 @@ export class RoutePrivate {
app.delete('/api/payment-method/delete/:id/:hard', PaymentMethodController.delete)
app.put('/api/payment-method/restore/:id', PaymentMethodController.restore)
app.get('/api/registration-fee/detail', RegistrationFeeController.detail)
app.post('/api/registration-fee/create', RegistrationFeeController.create)
app.put('/api/registration-fee/update/:id', RegistrationFeeController.update)
}