From: TheSaminator Date: Sun, 13 Feb 2022 22:42:17 +0000 (-0500) Subject: oops X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=e759d4adda0f57dca7e8a078c0587392572e7d45;p=starship-fights oops --- diff --git a/src/jvmMain/kotlin/starshipfights/auth/providers.kt b/src/jvmMain/kotlin/starshipfights/auth/providers.kt index e8d5f49..6b8b450 100644 --- a/src/jvmMain/kotlin/starshipfights/auth/providers.kt +++ b/src/jvmMain/kotlin/starshipfights/auth/providers.kt @@ -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()