♻️🩹🚨 backend,oo: remove company_id when key available and minor cleanup (#525)

This commit is contained in:
Eric Doughty-Papassideris
2024-09-16 20:12:42 +02:00
parent b8814c0968
commit 2eb6f73312
9 changed files with 30 additions and 33 deletions
@@ -11,6 +11,5 @@ export const TwakeDriveBackendCallbackRoutes = {
const controller = new TwakeDriveBackendCallbackController();
// Why post ? to garantee it is never cached and always ran
router.post('/session/:editing_session_key/check', authMiddleware, controller.checkSessionStatus);
router.delete('/session/:editing_session_key', authMiddleware, controller.deleteSessionKey);
},
};