first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Router } from "express";
|
||||
import { WapController } from "../controllers/wap.controller";
|
||||
|
||||
const router = Router();
|
||||
const wapController = new WapController();
|
||||
|
||||
router.post("/paginate", wapController.getServers);
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user