Skip to content

Commit b05c62e

Browse files
committed
fix
1 parent d6a47ed commit b05c62e

6 files changed

Lines changed: 1 addition & 1 deletion

File tree

Server/bin/www

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ var app = require('../app');
88
var debug = require('debug')('DOClever:server');
99
var http = require('http');
1010
var util=require("../util/util");
11-
var addClient=require("../socket/doc")
1211
var arrScoket=[];
1312
/**
1413
* Get port from environment and store in Express.
1514
*/
1615
util.event.on("init",function () {
1716
var config=require("../../config.json")
17+
var addClient=require("../socket/doc")
1818
var port = normalizePort(process.env.PORT || config.port?config.port:10000);
1919
app.set('port', port);
2020
var server = http.createServer(app);
41.5 KB
Binary file not shown.
53.5 KB
Binary file not shown.
57.2 KB
Binary file not shown.
217 KB
Binary file not shown.
260 KB
Binary file not shown.

0 commit comments

Comments
 (0)