[fix] dandling console.log

This commit is contained in:
alban 2020-05-22 21:59:06 +02:00
parent c16488f637
commit 381953bbd0
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ function requireAuthentication( req, res, next ){
app.all('*', requireAuthentication);
const routes = require( "./routes");
console.log( routes.log)
app.get('/log/:id', routes.log);
app.get('/health', routes.health);
app.get('/search', routes.search);