Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Add an overload of UseRouter that takes Action<IRouteBuilder> #332

Closed
rynowak opened this issue Jun 24, 2016 · 2 comments
Closed

Add an overload of UseRouter that takes Action<IRouteBuilder> #332

rynowak opened this issue Jun 24, 2016 · 2 comments

Comments

@rynowak
Copy link
Member

rynowak commented Jun 24, 2016

This would be simple to add and would make configuring routing standalone much less verbose.

app.UseRouter(routes =>
{
    routes.MapRoute(...);
});
@davidfowl
Copy link
Member

👍

@Eilon Eilon added this to the 1.1.0 milestone Jun 28, 2016
rynowak pushed a commit that referenced this issue Jul 1, 2016
- Added an overload of UseRouter that takes Action<IRouteBuilder>, to
make configuring standalone routing much less verbose.

Addresses #332
@rynowak rynowak closed this as completed Jul 1, 2016
@rynowak
Copy link
Member Author

rynowak commented Jul 1, 2016

4adc693

@rynowak rynowak added 3 - Done and removed 1 - Ready labels Jul 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants