♻️🩹🚨 backend,oo: remove company_id when key available and minor cleanup (#525)
This commit is contained in:
@@ -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);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user