Skip to content

Commit

Permalink
remove module auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ayocodingit committed Sep 16, 2024
1 parent 0dcf686 commit 3f15d46
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 125 deletions.
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import config from './config/config'
import Mongo from './database/mongo/mongo'
import Auth from './modules/auth/auth'
import Images from './modules/images/images'
import Logger from './pkg/logger'
import Http from './transport/http/http'
Expand All @@ -12,7 +11,6 @@ const main = async () => {

// Start Load Modules
new Images(logger, http, config)
new Auth(logger, http, config)
// End Load Modules

http.Run(config.app.port.http)
Expand Down
36 changes: 0 additions & 36 deletions src/modules/auth/auth.ts

This file was deleted.

37 changes: 0 additions & 37 deletions src/modules/auth/delivery/http/handler.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/modules/auth/entity/interface.ts

This file was deleted.

5 changes: 0 additions & 5 deletions src/modules/auth/entity/schema.ts

This file was deleted.

7 changes: 0 additions & 7 deletions src/modules/auth/repository/mongo/repository.ts

This file was deleted.

35 changes: 0 additions & 35 deletions src/modules/auth/usecase/usecase.ts

This file was deleted.

0 comments on commit 3f15d46

Please sign in to comment.