Skip to content

Commit

Permalink
fiks import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alpet committed Sep 18, 2023
1 parent 512456b commit c96a043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpa-repo/src/main/kotlin/no/nav/emottak/cpa/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import io.ktor.server.plugins.NotFoundException
import io.ktor.server.response.respond
import io.ktor.server.routing.get
import io.ktor.server.routing.routing
import no.nav.emottak.cpa.config.DatabaseConfig
import no.nav.emottak.cpa.config.mapHikariConfig

fun main() {
val database = Database(mapHikariConfig(DatabaseConfig()))
Expand Down

0 comments on commit c96a043

Please sign in to comment.