[fix] dandling console.log
This commit is contained in:
parent
c16488f637
commit
381953bbd0
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue