mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01:00
Send raw JSON.
This commit is contained in:
parent
631d124a61
commit
bb04015b46
3 changed files with 4 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ function post(url, params) {
|
|||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
body: JSON.stringify(params),
|
||||
body: params,
|
||||
}).then(res => res.json());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue