mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
disable debugging logs
This commit is contained in:
parent
85101f02b7
commit
2efdb41232
@ -59,11 +59,13 @@ const createServer = async (context: any = serverContext): Promise<any> => {
|
||||
app.use(express.text())
|
||||
|
||||
// Log every request
|
||||
/*
|
||||
app.use((req, res, next) => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(req)
|
||||
next()
|
||||
})
|
||||
*/
|
||||
|
||||
// Elopage Webhook
|
||||
app.post('/hook/elopage/' + CONFIG.WEBHOOK_ELOPAGE_SECRET, elopageWebhook)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user