🦠 Added ignored folder back to git tracking
Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com>
This commit is contained in:
5
src/server/route/router.ts
Normal file
5
src/server/route/router.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import express, { Router } from "express";
|
||||
|
||||
const router: Router = express.Router();
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user