| @@ -52,6 +52,8 @@ class App { | |||
| this.server.listen(port, host); | |||
| this.info("Listening on "+host+":"+port); | |||
| this.port = port; | |||
| this.host = host; | |||
| } | |||
| this._routeMap = {}; | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "webframe", | |||
| "version": "0.8.1", | |||
| "version": "0.8.2", | |||
| "description": "Web framework.", | |||
| "main": "index.js", | |||
| "scripts": { | |||