[fix] dandling console.log
Questo commit è contenuto in:
parent
c16488f637
commit
381953bbd0
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
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);
|
||||
|
|
|
|||
Caricamento…
Aggiungi tabella
Aggiungi collegamento
Crea riferimento in una nuova segnalazione