fix backend errors
Some checks failed
Build & Push Docker Images / build (push) Failing after 32s

This commit is contained in:
Thomas Faour 2025-08-11 19:16:46 -04:00
parent 6b45e9b992
commit a65e8cfafb

View File

@ -183,10 +183,4 @@ app.listen(port, () => {
}, 'listening');
});
export default app;
provider: oidcCfg.providerName,
clientIdLen: oidcCfg.clientId.length
},
port
}, 'listening');
});
export default app;