update : detail for registration fee
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user