-
-
Hello, how i can make routes like
```python
app.router.add_route('/{route_1}/*',dynamic)
```
to make queries:
/my_rote/test
/my_rote/test/test
/my_rote/test/test/test.....
-
-
-
-
Clearly indicate what data a route needs. Include a title to pass to the templates.
For example, the login route needs the form data as well as a title, and authorization data.
That data should …
-
Hello again,
Following up on an old discussion: #6808
I understand that currently, the router assigns random weights between [1 weights.random-factor] for all _edges individually_ _per vehicle_ a…
-
## Description:
Currently, SQL queries are defined directly within the route files. To improve code modularity and maintainability, all SQL queries should be moved to a dedicated query file. This wil…
-
https://remix.run/docs/en/v1/guides/routing#splats
We have everything we need in terms of routing here, just a matter of actually parsing the splat and adjusting params etc accordingly.
-
Criar as rotas para ambas as telas (designer e desenvolvimento)