fix card key set
This commit is contained in:
@ -92,7 +92,7 @@ export class RoutePrivate {
|
||||
app.get("/api/card-key-sets/list", CardKeySetsController.list);
|
||||
app.get("/api/card-key-sets/active", CardKeySetsController.active);
|
||||
app.post("/api/card-key-sets/create", CardKeySetsController.create);
|
||||
app.get("/api/card-key-sets/detail/:id", CardKeySetsController.detail);
|
||||
app.get("/api/card-key-sets/detail/:key_set_id", CardKeySetsController.detail);
|
||||
|
||||
app.get("/api/menu/list", MenuController.list);
|
||||
app.get("/api/menu/export", MenuController.export);
|
||||
|
||||
Reference in New Issue
Block a user