We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65abe88 commit e42dbc8Copy full SHA for e42dbc8
server/src/routes/index.ts
@@ -5,6 +5,8 @@ const router = express.Router()
5
6
7
router.use('/user',userrouter)
8
+
9
10
router.use('/blog',blogrouter)
11
12
0 commit comments