Initial commit
This commit is contained in:
8
src/router.ts
Normal file
8
src/router.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Router } from "express";
|
||||
import { proxyHandler } from "./proxy";
|
||||
|
||||
const router = Router();
|
||||
|
||||
router.all("/proxy", proxyHandler);
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user