remove google and oauth login

This commit is contained in:
Krrish Ghimire
2026-07-06 23:13:47 +05:45
parent 708cac6848
commit 212785725f
30 changed files with 10 additions and 696 deletions

View File

@@ -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;
}
}