[fix] dandling console.log
This commit is contained in:
parent
c16488f637
commit
381953bbd0
1
index.js
1
index.js
@ -58,7 +58,6 @@ function requireAuthentication( req, res, next ){
|
|||||||
app.all('*', requireAuthentication);
|
app.all('*', requireAuthentication);
|
||||||
|
|
||||||
const routes = require( "./routes");
|
const routes = require( "./routes");
|
||||||
console.log( routes.log)
|
|
||||||
app.get('/log/:id', routes.log);
|
app.get('/log/:id', routes.log);
|
||||||
app.get('/health', routes.health);
|
app.get('/health', routes.health);
|
||||||
app.get('/search', routes.search);
|
app.get('/search', routes.search);
|
||||||
|
Loading…
Reference in New Issue
Block a user