This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user