remove google and oauth login
This commit is contained in:
@@ -11,12 +11,4 @@ server {
|
||||
location /api/ {
|
||||
proxy_pass http://backend:8080;
|
||||
}
|
||||
|
||||
location /oauth2/ {
|
||||
proxy_pass http://backend:8080;
|
||||
}
|
||||
|
||||
location /login/ {
|
||||
proxy_pass http://backend:8080;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user