Very minor fixes
This commit is contained in:
@@ -228,7 +228,7 @@ function getDefaultConfig() {
|
||||
|
||||
http : {
|
||||
enabled : false,
|
||||
port : 8080,
|
||||
port : 8080,
|
||||
},
|
||||
https : {
|
||||
enabled : false,
|
||||
|
||||
@@ -62,7 +62,7 @@ exports.getModule = class WebServerModule extends ServerModule {
|
||||
this.addRoute({
|
||||
method : 'GET',
|
||||
path : '/static/.*$',
|
||||
handler : this.routeStaticFile,
|
||||
handler : this.routeStaticFile.bind(this),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user