add activate promocode request content-type

This commit is contained in:
nflnkr 2024-03-21 21:15:40 +03:00
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,
} }