mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-25 13:00:24 +08:00
Progress: Client Updates
This commit is contained in:
+1
-1
@@ -39,4 +39,4 @@ server.listen(app.get('port'), function(){
|
||||
console.log("Express server listening on port " + app.get('port'));
|
||||
});
|
||||
|
||||
garageServer.createGarageServer(io.listen(server), {});
|
||||
garageServer.createGarageServer(io.listen(server), { logging: true });
|
||||
|
||||
Reference in New Issue
Block a user