This commit is contained in:
2018-11-14 22:30:03 +00:00
parent 6f6b49a793
commit 2f92d587e4
5 changed files with 36 additions and 13 deletions

View File

@@ -23,10 +23,11 @@ export default {
resolve();
return;
}
fetch(apiUtil.APIUrl + "locale/subset", {
//step 2: get it
fetch(apiUtil.APIUrl() + "locale/subset", {
method: "post",
mode: "cors",
headers: apiUtil.AuthorizedHeaders(),
headers: apiUtil.PostAuthorizedHeaders(),
body: JSON.stringify(NeedIt)
})
.then(apiUtil.status)