Skip to content

Commit 6be4c83

Browse files
committed
removed: port
1 parent 909c7b4 commit 6be4c83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

framework-modules/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
var framework = require('total.js');
22
var http = require('http');
3-
4-
var port = 8004;
53
var debug = true;
64

7-
framework.run(http, debug, port);
5+
framework.run(http, debug);

0 commit comments

Comments
 (0)