-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: conversations requests to tutors
- Loading branch information
1 parent
3856f12
commit deac4cd
Showing
27 changed files
with
151 additions
and
518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 0 additions & 52 deletions
52
services/api/src/application/controllers/conversations/tutorRequests.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
import { groupRoutes } from 'equipped' | ||
import { conversationsRoutes } from './conversations' | ||
import { messagesRoutes } from './messages' | ||
import { tutorRequestRoutes } from './tutorRequests' | ||
|
||
export const conversationRoutes = groupRoutes('/conversations', [ | ||
...conversationsRoutes, | ||
...messagesRoutes, | ||
...tutorRequestRoutes | ||
]) |
67 changes: 0 additions & 67 deletions
67
services/api/src/application/routes/conversations/tutorRequests.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
services/api/src/modules/conversations/data/mappers/tutorRequests.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
services/api/src/modules/conversations/data/models/tutorRequests.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 0 additions & 52 deletions
52
services/api/src/modules/conversations/data/mongooseModels/tutorRequests.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.