mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-09 08:55:00 -05:00
Compare commits
2 Commits
7fe52d6c47
...
2dda77e9ee
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2dda77e9ee | ||
|
|
e9b448658a |
2
.vercelignore
Normal file
2
.vercelignore
Normal file
@ -0,0 +1,2 @@
|
||||
backend-mh-api/
|
||||
cron/
|
||||
@ -77,10 +77,7 @@ export default async function handler(
|
||||
"sec-fetch-site": "cross-site",
|
||||
Referer: "http://localhost:3000/",
|
||||
"Referrer-Policy": "strict-origin-when-cross-origin",
|
||||
Authentication:
|
||||
process.env.MHSF_BACKEND_SECRET !== undefined
|
||||
? `MHSF-Backend-Server ${process.env.MHSF_BACKEND_SECRET}`
|
||||
: undefined,
|
||||
Authentication: `MHSF-Backend-Server ${process.env.MHSF_BACKEND_API_LOCATION ? process.env.MHSF_BACKEND_SECRET : "Sorry Minehut Devs."}`,
|
||||
},
|
||||
body: null,
|
||||
method: "GET",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user