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) => {