oops forgot to end it
This commit is contained in:
parent
38354be315
commit
21915aad67
1 changed files with 1 additions and 0 deletions
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in a new issue