fix: tasks now refresh after add/update/delete
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
gitmuhammedalbayrak
2025-11-30 21:07:28 +03:00
parent 9918a7556a
commit 80d17e9cfb
4 changed files with 77 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ server {
proxy_cache_bypass $http_upgrade;
}
# Proxy direct backend endpoints (projects, tenants, etc.)
location ~ ^/(projects|tenants) {
# Proxy direct backend endpoints (projects, tenants, tasks, etc.)
location ~ ^/(projects|tenants|tasks) {
proxy_pass http://backend:3000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;