From 21915aad67133556064f2c258140cf300dd5f290 Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 27 Aug 2024 20:04:57 +0000 Subject: [PATCH] oops forgot to end it --- auth-fetch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/auth-fetch.js b/auth-fetch.js index 3732895..9cb1566 100644 --- a/auth-fetch.js +++ b/auth-fetch.js @@ -44,6 +44,7 @@ const webfinger = { app.get('/', (req, res) => { res.setHeader('content-type', 'text/plain'); res.write(notice); + res.end(); }); app.get('/actor', (req, res) => {