poem icon indicating copy to clipboard operation
poem copied to clipboard

how to define routes like `/user:batch_delete`?

Open lagudomeze opened this issue 4 months ago • 0 comments

define two routes bellow

#[oai(path = "/materials:search", method = "post")]

#[oai(path = "/materials:batch_delete", method = "post")]

it's normal on swagger html, but request to batch_delete always match to /materials:search ?

i am confused

lagudomeze avatar Oct 16 '24 12:10 lagudomeze