mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-05-11 20:40:14 +00:00
Update actor.ts
This commit is contained in:
parent
31b776e956
commit
1e038326a8
@ -4,7 +4,7 @@ export default async function (req: VercelRequest, res: VercelResponse) {
|
|||||||
const { headers } = req;
|
const { headers } = req;
|
||||||
|
|
||||||
if (headers.accept && headers.accept.includes("text/html")) {
|
if (headers.accept && headers.accept.includes("text/html")) {
|
||||||
res.redirect(302, "https://coderrrrr.site/");
|
res.redirect(302, "https://coder.is-a.dev/");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user