Closed wh4everest closed 5 years ago
The intent is to replace all app.getSingleton(RequestContextProvider).router calls with app.getSingleton(Router).router.
app.getSingleton(RequestContextProvider).router
app.getSingleton(Router).router
If we don't have a singleton like the one I created here, all apps will end up defining one and we don't want that I think.
@gphfour this goes against what you did, but lets talk on Monday.
The intent is to replace all
app.getSingleton(RequestContextProvider).router
calls withapp.getSingleton(Router).router
.If we don't have a singleton like the one I created here, all apps will end up defining one and we don't want that I think.
@gphfour this goes against what you did, but lets talk on Monday.