Remove react public dir

This commit is contained in:
Chris Blanchard 2015-07-21 01:26:28 +01:00
parent 7a5d0ec573
commit 00339aefaf
4 changed files with 1 additions and 2 deletions

View file

@ -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",

View file

@ -1 +0,0 @@
{".js":"43480afd5f69e4669e8d9e74b6aacf91ffe7cedc.js"}

View file