You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
res.status(404).send({url: req.originalUrl + ' not found. This API is work in progress and backward-compatibility is not guaranteed yet. Please consult the api-docs frequently: https://github.com/apfeuti/covid19-rest'})
});
app.listen(port, function() {
console.log('openZH-covid19 RESTful API server started on port: ' + port);