Skip to content

Commit 3f15d46

Browse files
committed
remove module auth
1 parent 0dcf686 commit 3f15d46

File tree

7 files changed

+0
-125
lines changed

7 files changed

+0
-125
lines changed

src/main.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import config from './config/config'
22
import Mongo from './database/mongo/mongo'
3-
import Auth from './modules/auth/auth'
43
import Images from './modules/images/images'
54
import Logger from './pkg/logger'
65
import Http from './transport/http/http'
@@ -12,7 +11,6 @@ const main = async () => {
1211

1312
// Start Load Modules
1413
new Images(logger, http, config)
15-
new Auth(logger, http, config)
1614
// End Load Modules
1715

1816
http.Run(config.app.port.http)

src/modules/auth/auth.ts

-36
This file was deleted.

src/modules/auth/delivery/http/handler.ts

-37
This file was deleted.

src/modules/auth/entity/interface.ts

-3
This file was deleted.

src/modules/auth/entity/schema.ts

-5
This file was deleted.

src/modules/auth/repository/mongo/repository.ts

-7
This file was deleted.

src/modules/auth/usecase/usecase.ts

-35
This file was deleted.

0 commit comments

Comments
 (0)