<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-03-01 08:48:52 +03:00
parent 6e36a5739a
commit 475c3139b5
-2
View File
@@ -113,9 +113,7 @@ http {
proxy_buffering off;
proxy_request_buffering off;
}
location /api {
if ($request_method = 'OPTIONS') {
add_header 'Access-Control-Allow-Origin' "$http_origin";
add_header 'Access-Control-Allow-Methods' 'GET, POST, PUT, DELETE, OPTIONS';