add activate promocode request content-type
This commit is contained in:
parent
82e2f550c7
commit
8f3af3a325
@ -15,6 +15,7 @@ export async function activatePromocode(promocode: string) {
|
|||||||
}>({
|
}>({
|
||||||
url: apiUrl + "/activate",
|
url: apiUrl + "/activate",
|
||||||
method: "POST",
|
method: "POST",
|
||||||
|
contentType: true,
|
||||||
body: {
|
body: {
|
||||||
codeword: promocode,
|
codeword: promocode,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user