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? 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
fastn.dynamic-urls
;; FASTN.ftd -- import: fastn -- fastn.package: test -- fastn.dynamic-urls: # handler url: /handler/<string:id>/ document: handler/main.ftd
;; handler/main.ftd -- import: fastn/processors -- string id: $processor$: processors.request-data -- ftd.text: # Handler all for -- ftd.text: $id
;; handler/new.ftd -- ftd.text: # New handler
Visiting /handler/new/ should render the handler/new.ftd but it renders handler/main.ftd file with "new" passed as id.
/handler/new/
handler/new.ftd
handler/main.ftd
id
The text was updated successfully, but these errors were encountered:
siddhantk232
No branches or pull requests
Visiting
/handler/new/
should render thehandler/new.ftd
but it rendershandler/main.ftd
file with "new" passed asid
.The text was updated successfully, but these errors were encountered: