Skip to content

Commit 11c61f3

Browse files
author
hirsch88
committed
remove empty auth controller
1 parent 9fa772a commit 11c61f3

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

src/api/controllers/auth/AuthController.ts

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

src/constants/Targets.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@
99
*/
1010

1111
export const Model = {
12-
Pet: 'Pet',
1312
User: 'User'
1413
};
1514

1615
export const Repository = {
17-
PetRepository: 'PetRepository',
1816
UserRepository: 'UserRepository'
1917
};
2018

2119
export const Service = {
22-
PetService: 'PetService',
2320
UserService: 'UserService'
2421
};
2522

@@ -34,9 +31,5 @@ export const Listener = {
3431
};
3532

3633
export const Controller = {
37-
auth: {
38-
AuthController: 'AuthController'
39-
},
40-
PetController: 'PetController',
4134
UserController: 'UserController'
4235
};

0 commit comments

Comments
 (0)