Merge branch 'master' into feat/register

This commit is contained in:
2021-04-29 17:37:17 +02:00
committed by GitHub
12 changed files with 481 additions and 459 deletions

View File

@@ -87,7 +87,6 @@ router.get("/chat/history", chatController.getAllHistory);
router.delete("/chat/history", mustBeAuthenticated, chatController.deleteHistory);
router.post("/login", userController.login);
router.get("/logout", userController.logout);
if(process.env !== "production") {
// We don't want to hide registering behind a