bitkid
04/29/2019, 9:55 PMorangy
04/30/2019, 7:58 AMrouting
is an extension function to Application
, which gets or install a Routing
feature. So inside the second invocation you install routes into root node. authenticate
installs an interceptor and it’s lambda has Route
as a receiver. Remove inner routing
call to make it work.bitkid
04/30/2019, 10:06 AMorangy
04/30/2019, 10:08 AMRoute
instead, so it is a proper routing builder functionbitkid
04/30/2019, 10:39 AMorangy
04/30/2019, 12:01 PMRoute
. Routing
is-a route, so it will work on top level too.