-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Prefixes Support #13
Comments
is this live ? because PR was merged ^^ |
I wish! It’s tricky because of a function called splitRoute that handles generating all the routes based on the config, it’s started, but not fully working.
… On Oct 23, 2019, at 7:00 AM, Jaumard ***@***.***> wrote:
is this live ? because PR was merged ^^
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I think the router should pre-rebuild the URL from the config to have Another way to support this is with the default prefix, for example support Later on the controller something like |
So the first part, that's kind of already possible:
And then get the app.version in the controller from the match on the webserver. The second part: auto making everything to have a 2nd prefix would kill some of my apps that already have 800 routes lol. Right now, there are at least 5 different ways to configure the router, which is kind of crazy, which is what the function splitRoute handles. The other thing I've been thinking a lot about is route |
Issue Description
Feature: Support Multiple Prefixes by providing a handler version.
Concept
The text was updated successfully, but these errors were encountered: