feat: socketio and user identity

This commit is contained in:
Methapon2001 2023-12-12 13:02:22 +07:00
parent cd43bb53c3
commit 185b1f540a
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
2 changed files with 90 additions and 14 deletions

View file

@ -9,3 +9,5 @@ export function setInstance(server: Server) {
export function getInstance() {
return io;
}
export default { getInstance, setInstance };