mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-06-01 18:58:27 +02:00
Modularized code
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Socket Service
|
||||
*/
|
||||
|
||||
module.exports = function() {
|
||||
|
||||
var socket = io(window.location.host);
|
||||
return socket;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user