From d82a0593ce2618ec180392bc08ee1045bf25d653 Mon Sep 17 00:00:00 2001 From: Ashley Date: Fri, 12 Jan 2024 11:06:04 +0000 Subject: [PATCH] fix this --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index e5cf76c..4a76bc0 100644 --- a/server.js +++ b/server.js @@ -160,7 +160,7 @@ toobusy.maxLag(3500); app.use(function (req, res, next) { res.header("X-PokeTube-Youtube-Client-Name", "1"); - res.header("Hey there", "Do u wanna help poke? contributons are welcome :3 https://codeberg.org/Ashley/poke") + res.header("Hey-there", "Do u wanna help poke? contributons are welcome :3 https://codeberg.org/Ashley/poke") res.header("X-PokeTube-Youtube-Client-Version", "2.20240111.00.00"); res.header("X-PokeTube-Speeder", "3 seconds no cache, 280ms w/cache"); if (req.url.match(/^\/(css|js|img|font)\/.+/)) {