remove tab

This commit is contained in:
Nicco Kunzmann 2022-04-28 19:03:38 +00:00
parent 51267d55f0
commit a8bd19f5dc
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ function getBoolFromQuery(req, name, defaultValue) {
app.options('/apiv2/feed',cors());
// http://localhost:8000/apiv2/feed?userurl=https%3A%2F%2Foctodon.social%2Fusers%2Ffenwick67
app.get('/apiv2/feed',cors(),logger,function(req,res){
// get feed url
var userUrl = req.query.userurl;
if (!userUrl){