debug discord login (2x)

This commit is contained in:
dalbodeule
2024-08-11 15:52:36 +09:00
parent eab30ff5c3
commit b38080111c

View File

@@ -99,7 +99,7 @@ val server = embeddedServer(Netty, port = 8080, ) {
routing { routing {
route("/auth") { route("/auth") {
authenticate("auth-oauth-naver") { authenticate("auth-oauth-naver") {
get("/login") { get("/login/discord") {
} }
get("/callback") { get("/callback") {