abedev / abe

API for Back-End (Haxe, NodeJS and Express)
54 stars 10 forks source link

Lazy-instantiate App.router to fix app-wide middlewares #84

Closed kLabz closed 6 years ago

kLabz commented 6 years ago

As pointed out by @fponticelli, instantiating App.router in a getter fixes #72.

fponticelli commented 6 years ago

Thanks!