mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-22 12:41:11 +00:00
Remove react public dir
This commit is contained in:
parent
7a5d0ec573
commit
00339aefaf
4 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,8 @@ module.exports = function (io) {
|
||||||
|
|
||||||
// Authorisation
|
// Authorisation
|
||||||
root.use(function (socket, next) {
|
root.use(function (socket, next) {
|
||||||
console.log(socket)
|
|
||||||
socket._user = {
|
socket._user = {
|
||||||
|
id: 1,
|
||||||
username: "Chris (" + socket.id.slice(0,5) + ")",
|
username: "Chris (" + socket.id.slice(0,5) + ")",
|
||||||
steamId: "11111111",
|
steamId: "11111111",
|
||||||
email: "cablanchard@gmail.com",
|
email: "cablanchard@gmail.com",
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
{".js":"43480afd5f69e4669e8d9e74b6aacf91ffe7cedc.js"}
|
|
Loading…
Reference in a new issue