Skip to content

Commit

Permalink
refactor: do not refer Modules directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jul 20, 2024
1 parent b74af35 commit 2755cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/net/yoshinorin/qualtet/Modules.scala
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class Modules(tx: Transactor[IO]) {
)

val authProvider = new AuthProvider(authService)
val corsProvider = new CorsProvider(Modules.config.cors)
val corsProvider = new CorsProvider(config.cors)

val archiveRouteV1 = new ArchiveRouteV1(archiveService)
val articleRouteV1 = new ArticleRouteV1(articleService)
Expand Down

0 comments on commit 2755cf6

Please sign in to comment.