You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should decide what is allowed, document it and add tests to ensure that only valid ways are acceptable. For example, at present it is unclear which of these are valid for Robyn:
We only have a basic example of url's with parameters in the docs. See https://robyn.tech/documentation/example_app/modeling_routes where we have:
@app.put("/crimes/:crime_id")
We should decide what is allowed, document it and add tests to ensure that only valid ways are acceptable. For example, at present it is unclear which of these are valid for Robyn:
I'm not sure we need to reject any of these but at least we should document and test.
The text was updated successfully, but these errors were encountered: