mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-05-11 04:30: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;
|
||||
|
||||
if (headers.accept && headers.accept.includes("text/html")) {
|
||||
res.redirect(302, "https://coderrrrr.site/");
|
||||
res.redirect(302, "https://coder.is-a.dev/");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user