Explorar el Código

Fix

pull/59/head
Djordje Djoric hace 3 años
padre
commit
3ec0a8b58a
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0
    3
      src/server.js

+ 0
- 3
src/server.js Ver fichero

@@ -14,11 +14,8 @@ const helmet = require('helmet') //Basic protection against attacks like XSS
const fs = require('fs')
const path = require('path')
const routesDirectory = path.resolve(__dirname) + '/routes/'
const routesDirectory = path.resolve(__dirname) + '\\routes\\'
// console.log(config.util.getEnv('NODE_ENV'))

app.use(errorLogger);
app.use(errorResponder);
app.use(errorLogger);
app.use(errorResponder);
app.use(express.json())

Cargando…
Cancelar
Guardar