Skip to content

Commit 893e5a7

Browse files
author
Chahat Gupta
committed
Deleted /all route
1 parent 35a3ee9 commit 893e5a7

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ function configureServer(): void {
2626
const mockFolderRoutes = require('./routes/mock_folder.routes')
2727
const allRoutes = require('./routes/all.routes')
2828

29-
app.use('/all', allRoutes) // do not move this below '/' else it clashes with /:id
3029
app.use('/folder', mockFolderRoutes) // do not move this below '/' else it clashes with /:id
3130
app.use('/', mockRoutes)
3231

src/routes/all.routes.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)