Finished AuthContext

This commit is contained in:
Cassio Santos
2020-06-15 10:25:52 -03:00
parent 0b75b4aa52
commit eaea17fb66
20 changed files with 375 additions and 1149 deletions

View File

@@ -52,7 +52,7 @@ sequelize
});
socket.on("joinNotification", () => {
console.log("chat entro no canal de notificações");
console.log("chat entrou no canal de notificações");
socket.join("notification");
});