oops
authorTheSaminator <TheSaminator@users.noreply.github.com>
Sun, 13 Feb 2022 22:42:17 +0000 (17:42 -0500)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Sun, 13 Feb 2022 22:42:17 +0000 (17:42 -0500)
src/jvmMain/kotlin/starshipfights/auth/providers.kt

index e8d5f49a3cba5bd524e99c5b6372856b29190d10..6b8b450ebc3adc1bd10c7d822fcf5273e587efca 100644 (file)
@@ -312,7 +312,7 @@ interface AuthProvider {
                                        redirect("/me/manage")
                                }
                                
-                               get("/clear-all-expired/") {
+                               get("/clear-all-expired") {
                                        call.getUserSession()?.let { sess ->
                                                launch {
                                                        val now = Instant.now()