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",
|
||||
method: "POST",
|
||||
contentType: true,
|
||||
body: {
|
||||
codeword: promocode,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user