system queries + custom template selection
This commit is contained in:
parent
a085de6e2f
commit
f8a5183f1a
5 changed files with 52 additions and 8 deletions
|
@ -3,7 +3,7 @@ import { printListByQueryAndTemplate } from "../../../controller/admin/club/list
|
|||
|
||||
var router = express.Router({ mergeParams: true });
|
||||
|
||||
router.get("/", async (req: Request, res: Response) => {
|
||||
router.post("/", async (req: Request, res: Response) => {
|
||||
await printListByQueryAndTemplate(req, res);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue