♻️🩹 backend: add company_id to editing_session_key (#525)

This commit is contained in:
Eric Doughty-Papassideris
2024-08-25 22:26:29 +02:00
parent 3b81a21e08
commit 9b0dcc1068
5 changed files with 123 additions and 25 deletions
@@ -41,7 +41,7 @@ class App {
});
routes.forEach(route => {
this.app.use(SERVER_PREFIX, route.router);
this.app.use(route.path ?? '/', route.router);
});
this.app.get('/health', (_req, res) => {