mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-10-13 18:44:45 +02:00
「🔨」 fix: fixed some things.
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user