fix
This commit is contained in:
@ -544,6 +544,7 @@ export class RoutePrivate {
|
|||||||
|
|
||||||
app.get("/api/card-print-queue/list", CardPrintQueueController.list);
|
app.get("/api/card-print-queue/list", CardPrintQueueController.list);
|
||||||
app.post("/api/card-print-queue/create", CardPrintQueueController.create);
|
app.post("/api/card-print-queue/create", CardPrintQueueController.create);
|
||||||
|
app.get("/api/card-print-queue/detail/:id", CardPrintQueueController.detail);
|
||||||
|
|
||||||
app.get("/api/payment-method/list", PaymentMethodController.list);
|
app.get("/api/payment-method/list", PaymentMethodController.list);
|
||||||
app.post("/api/payment-method/create", PaymentMethodController.create);
|
app.post("/api/payment-method/create", PaymentMethodController.create);
|
||||||
|
|||||||
Reference in New Issue
Block a user