🔨」 fix: fixed some things.

This commit is contained in:
2025-08-27 18:11:23 +02:00
parent fa5bf6c834
commit b38b5a6378
2 changed files with 4 additions and 4 deletions

View File

@ -43,11 +43,11 @@ server {
}
location /api/v1/auth/login/google/callback {
modsecurity off;
proxy_pass http://transcendence-api-auth:3000/;
proxy_pass http://transcendence-api-auth:3000/login/google/callback;
}
location /api/v1/auth/register/google/callback {
modsecurity off;
proxy_pass http://transcendence-api-auth:3000/;
proxy_pass http://transcendence-api-auth:3000/register/google/callback;
}
}

View File

@ -40,11 +40,11 @@ server {
}
location /api/v1/auth/login/google/callback {
modsecurity off;
proxy_pass http://transcendence-api-auth:3000/;
proxy_pass http://transcendence-api-auth:3000/login/google/callback;
}
location /api/v1/auth/register/google/callback {
modsecurity off;
proxy_pass http://transcendence-api-auth:3000/;
proxy_pass http://transcendence-api-auth:3000/register/google/callback;
}
}