fix typo
This commit is contained in:
parent
591ce3876b
commit
485bfa3e73
|
@ -16,7 +16,7 @@ into [Bulgur Cloud](https://github.com/SeriousBug/bulgur-cloud) and I hit an
|
||||||
issue when trying to use a path as a parameter.
|
issue when trying to use a path as a parameter.
|
||||||
|
|
||||||
What I wanted to do was to have a route where the rest of the path in the route
|
What I wanted to do was to have a route where the rest of the path in the route
|
||||||
would be a paramete. For example, I can do this in my backend:
|
would be a parameter. For example, I can do this in my backend:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
#[get("/s/{store}/{path:.*}")]
|
#[get("/s/{store}/{path:.*}")]
|
||||||
|
|
Loading…
Reference in a new issue