juhaku / utoipa

Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust
Apache License 2.0
2.23k stars 173 forks source link

`params` unsuable in actix (they do not get passed to actix) #883

Closed DenuxPlays closed 6 months ago

DenuxPlays commented 6 months ago

image

That is the second issue (my first) since I worked with params in this crate.

If this is a unstable feature please mark it as one.

Or do I do anything wrong?

DenuxPlays commented 6 months ago

Okay my fault:

I had to updae my path to this:

path = "/api/v1/currency/?page={page}&limit={limit}",