server: Update paths

This commit is contained in:
2022-01-12 08:34:59 -06:00
parent 8cd5b93b47
commit b7232b12cd
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,6 @@ ktor {
port = ${?PORT}
}
application {
modules = [ org.isoron.uhabits.sync.app.SyncApplicationKt.main ]
modules = [ org.isoron.uhabits.server.app.SyncApplicationKt.main ]
}
}