Skip to content

Commit

Permalink
Remove unused entities
Browse files Browse the repository at this point in the history
  • Loading branch information
anjula-sack committed Jul 20, 2024
1 parent bac4dff commit 6b707b6
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 896 deletions.
80 changes: 0 additions & 80 deletions src/controllers/admin/emailTemplate.controller.ts

This file was deleted.

70 changes: 0 additions & 70 deletions src/controllers/admin/platform.controller.ts

This file was deleted.

19 changes: 0 additions & 19 deletions src/entities/emailTemplate.entity.ts

This file was deleted.

37 changes: 0 additions & 37 deletions src/entities/platform.entity.ts

This file was deleted.

4 changes: 0 additions & 4 deletions src/routes/admin/admin.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import express from 'express'
import userRouter from './user/user.route'
import mentorRouter from './mentor/mentor.route'
import categoryRouter from './category/category.route'
import platformRouter from './platform/platform.route'
import emailTemplateRouter from './email/emailTemplate.route'
import menteeRouter from './mentee/mentee.route'

const adminRouter = express()
Expand All @@ -12,7 +10,5 @@ adminRouter.use('/users', userRouter)
adminRouter.use('/mentors', mentorRouter)
adminRouter.use('/mentees', menteeRouter)
adminRouter.use('/categories', categoryRouter)
adminRouter.use('/platform', platformRouter)
adminRouter.use('/emailTemplate', emailTemplateRouter)

export default adminRouter
15 changes: 0 additions & 15 deletions src/routes/admin/email/emailTemplate.route.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/routes/admin/platform/platform.route.ts

This file was deleted.

Loading

0 comments on commit 6b707b6

Please sign in to comment.