fix fediverse fetch/axios

This commit is contained in:
les
2020-02-05 00:48:55 +01:00
parent 5b5474e61c
commit f820c70a25
7 changed files with 35 additions and 33 deletions

View File

@@ -21,7 +21,7 @@ const app = express()
app.use(spamFilter)
app.use((req, res, next) => {
debug(req.path)
debug(req.method, req.path)
next()
})