debug discord login (2x)

This commit is contained in:
dalbodeule 2024-08-11 15:52:36 +09:00
parent eab30ff5c3
commit b38080111c
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

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