mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
remove trailing slash in path
This commit is contained in:
parent
5c7fa9b924
commit
67a0c9fff8
9 changed files with 12 additions and 12 deletions
|
@ -135,7 +135,7 @@ impl ListIndexes {
|
|||
/// List all indexes.
|
||||
#[utoipa::path(
|
||||
get,
|
||||
path = "/",
|
||||
path = "",
|
||||
tag = "Indexes",
|
||||
security(("Bearer" = ["indexes.get", "indexes.*", "*"])),
|
||||
params(ListIndexes),
|
||||
|
@ -226,7 +226,7 @@ impl Aggregate for IndexCreatedAggregate {
|
|||
/// Create an index.
|
||||
#[utoipa::path(
|
||||
post,
|
||||
path = "/",
|
||||
path = "",
|
||||
tag = "Indexes",
|
||||
security(("Bearer" = ["indexes.create", "indexes.*", "*"])),
|
||||
request_body = IndexCreateRequest,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue