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

@ -18,7 +18,7 @@ app.use(function (req, res, next) {
res.header("Access-Control-Allow-Origin", req.headers.origin || "*");
res.header(
"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"
);
res.header("Access-Control-Allow-Methods", "GET,HEAD,POST,OPTIONS");
next();