Skip to content

Commit 854cb2f

Browse files
committed
path to static files (dashboard)
1 parent 76a08d5 commit 854cb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cube/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function(options) {
3434
var server = {},
3535
primary = http.createServer(),
3636
secondary = websprocket.createServer(),
37-
file = new static.Server("static"),
37+
file = new static.Server(__dirname + "/static"),
3838
meta,
3939
endpoints = {ws: [], http: []},
4040
id = 0;

0 commit comments

Comments
 (0)