feat: Refactor: search #12

This commit is contained in:
Kentai Radiquum 2025-08-22 04:01:44 +05:00
parent b0dab3844e
commit f2f628add0
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 192 additions and 378 deletions

View file

@ -1,7 +1,7 @@
export const corsHeaders = {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Headers":
"Origin, X-Requested-With, Content-Type, Accept, Sign, Allow, User-Agent",
"Origin, X-Requested-With, Content-Type, Accept, Sign, Allow, User-Agent, Api-Version",
"Access-Control-Allow-Methods": "GET,HEAD,POST,OPTIONS",
"Cache-Control": "no-cache",
};