update endpoints
All checks were successful
Build Docker / deploy (push) Successful in 44s
Build Docker / build (push) Successful in 30s

This commit is contained in:
2026-03-07 18:59:16 +03:00
parent 0f92159735
commit cc8e21c430
2 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ https://ru.homyk.space {
encode gzip
# --- API ---
handle_path /api/* {
handle /api/* {
reverse_proxy backend:{$PORT}
}