We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ran: fn routes create myapp /hello inside a function named irn-hello.
fn routes create myapp /hello
Route is created at path: /hello
Route is created at path: /irn-hello
The text was updated successfully, but these errors were encountered:
hi @gouthamve - thanks for reporting this. Could you please confirm the installed version you are using?
$ fn --version
Sorry, something went wrong.
I built it from the latest source: fn version 0.1.39
fn version 0.1.39
fn: fix precedence of path choice during route creation
23bdba6
Fixes #413
fn: fix precedence of path choice during route creation (#427)
c37c754
No branches or pull requests
What did I do?
Ran:
fn routes create myapp /hello
inside a function named irn-hello.What was expected?
Route is created at path: /hello
What was observed?
Route is created at path: /irn-hello
The text was updated successfully, but these errors were encountered: