attempted to refactor db seed, still needs more updating
This commit is contained in:
6
server/routes/comment.ts
Normal file
6
server/routes/comment.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Express, Router } from "express"
|
||||
const router = Router();
|
||||
|
||||
export const commentRoute = (app: Express) => {
|
||||
app.use('/comment', router);
|
||||
}
|
||||
Reference in New Issue
Block a user