Refactor V2 Auth

This commit is contained in:
2025-02-23 17:24:14 +01:00
parent b045f16160
commit a2b3661605
6 changed files with 60 additions and 182 deletions
@@ -19,7 +19,6 @@
package de.steamwar.routes
import de.steamwar.routes.v2.*
import io.ktor.server.application.*
import io.ktor.server.auth.*
import io.ktor.server.routing.*
@@ -34,7 +33,7 @@ fun Application.configureRoutes() {
configureStats()
configurePage()
configureSchematic()
configureNewAuth()
configureAuth()
}
}
}