totaljs / framework4

Total.js framework v4
https://www.totaljs.com
Other
99 stars 36 forks source link

added check for existance of this.uri #30

Closed patrickfend closed 2 years ago

patrickfend commented 2 years ago

If you want to use express to create a custom webserver, following error pops up: TypeError: Cannot read property 'query' of undefined

In --servicemode this error is now shown.

petersirka commented 2 years ago

Good job, thank you!