Merge branch 'main' of ssh://85.143.175.152:222/dry_wash_inc/dry-wash-pl
All checks were successful
it-academy/dry-wash-pl/pipeline/head This commit looks good
All checks were successful
it-academy/dry-wash-pl/pipeline/head This commit looks good
This commit is contained in:
commit
1d4b796a39
@ -13,7 +13,7 @@ export const landingApi = api.injectEndpoints({
|
|||||||
createOrder: mutation<CreateOrder.Response, CreateOrder.Params>({
|
createOrder: mutation<CreateOrder.Response, CreateOrder.Params>({
|
||||||
query: ({ body }) => ({
|
query: ({ body }) => ({
|
||||||
url: `/order/create`,
|
url: `/order/create`,
|
||||||
params: { body },
|
body,
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
}),
|
}),
|
||||||
transformResponse: extractBodyFromResponse<CreateOrder.Response>,
|
transformResponse: extractBodyFromResponse<CreateOrder.Response>,
|
||||||
|
Loading…
Reference in New Issue
Block a user