Skip to content

Commit

Permalink
Rename Application.kt to App.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkleiven committed Sep 26, 2023
1 parent 4fcef89 commit fed5acd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/main/Application.kt → src/main/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import io.ktor.server.plugins.contentnegotiation.*
import io.ktor.server.request.*
import io.ktor.server.response.*
import io.ktor.server.routing.*
import java.io.ByteArrayInputStream

fun main(args: Array<String>): Unit = io.ktor.server.netty.EngineMain.main(args)

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ktor {
port = ${?PORT}
}
application {
modules = [ com.github.statnett.loadflowservice.ApplicationKt.module ]
modules = [ com.github.statnett.loadflowservice.AppKt.module ]
}
}
File renamed without changes.

0 comments on commit fed5acd

Please sign in to comment.