This commit is contained in:
2018-11-21 23:22:00 +00:00
parent 64f91f2fcb
commit 58abcc6062
6 changed files with 141 additions and 154 deletions

View File

@@ -25,7 +25,7 @@ export default {
return;
}
//step 2: get it
fetch(apiUtil.APIUrl("locale/subset"), apiUtil.fetchPost(needIt))
fetch(apiUtil.APIUrl("locale/subset"), apiUtil.fetchPostOptions(needIt))
.then(apiUtil.status)
.then(apiUtil.json)
.then(response => {