oops forgot to end it

This commit is contained in:
Ashley 2024-08-27 20:04:57 +00:00
parent 38354be315
commit 21915aad67

View file

@ -44,6 +44,7 @@ const webfinger = {
app.get('/', (req, res) => { app.get('/', (req, res) => {
res.setHeader('content-type', 'text/plain'); res.setHeader('content-type', 'text/plain');
res.write(notice); res.write(notice);
res.end();
}); });
app.get('/actor', (req, res) => { app.get('/actor', (req, res) => {