forked from SteamWar/SteamWar
Refactor token generation and remove unused endpoints.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
package de.steamwar.routes
|
||||
|
||||
import de.steamwar.routes.v2.configureNewAuth
|
||||
import de.steamwar.routes.v2.*
|
||||
import io.ktor.server.application.*
|
||||
import io.ktor.server.auth.*
|
||||
import io.ktor.server.routing.*
|
||||
@@ -35,9 +35,7 @@ fun Application.configureRoutes() {
|
||||
configurePage()
|
||||
configureSchematic()
|
||||
configureAuthRoutes()
|
||||
route("/v2") {
|
||||
configureNewAuth()
|
||||
}
|
||||
configureNewAuth()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user