|
|
@ -49,7 +49,7 @@ public class AuthDiscordController { |
|
|
|
cookie_discord.setPath("/"); |
|
|
|
response.addCookie(cookie_discord); |
|
|
|
return ResponseEntity.status(HttpStatus.FOUND). |
|
|
|
header("Location", "/discord_auth") |
|
|
|
header("Location", "/authentication_discord") |
|
|
|
.build(); |
|
|
|
} |
|
|
|
|
|
|
@ -85,7 +85,7 @@ public class AuthDiscordController { |
|
|
|
response.addCookie(cookie_discord); |
|
|
|
|
|
|
|
return ResponseEntity.status(HttpStatus.FOUND). |
|
|
|
header("Location", "/discord_auth") |
|
|
|
header("Location", "/authentication_discord") |
|
|
|
.build(); |
|
|
|
} |
|
|
|
|
|
|
|