BARON-SSO 로그인 연동
All checks were successful
ITAM Code Check / build-and-config-check (push) Successful in 12s
ITAM Docker Build Check / docker-build-check (push) Successful in 33s

This commit is contained in:
2026-06-30 15:35:51 +09:00
20 changed files with 578 additions and 86 deletions

View File

@@ -24,6 +24,7 @@ server {
# Serve static files with SPA fallback
location / {
rewrite ^/mobile$ /mobile.html last;
try_files $uri $uri/ /index.html;
}