This commit is contained in:
Kaan Barmore-Genç 2022-05-01 18:11:10 -04:00
parent 591ce3876b
commit 485bfa3e73
No known key found for this signature in database
GPG Key ID: 362529CF3A326F16
1 changed files with 1 additions and 1 deletions

View File

@ -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.
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
#[get("/s/{store}/{path:.*}")]