Fix issue with create app endpoint sending json content type header
This commit is contained in:
parent
18d5d66a71
commit
43e4fcfd01
|
@ -76,6 +76,7 @@ export const buildAppEndpoints = API => ({
|
||||||
return await API.post({
|
return await API.post({
|
||||||
url: "/api/applications",
|
url: "/api/applications",
|
||||||
body: app,
|
body: app,
|
||||||
|
json: false,
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue