Skip to content

Commit 9e7846b

Browse files
jezzzmStrift
authored andcommitted
fix: swap indexes absolute path
1 parent 9d96e36 commit 9e7846b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meilisearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export class MeiliSearch {
212212
*/
213213
swapIndexes(params: IndexSwap[]): EnqueuedTaskPromise {
214214
return this.#httpRequestsWithTask.post({
215-
path: "/swap-indexes",
215+
path: "swap-indexes",
216216
body: params,
217217
});
218218
}

0 commit comments

Comments
 (0)