Untitled

 avatar
unknown
javascript
4 years ago
200 B
4
Indexable
await bizmatesApi.post('vocabulary/store', qs.stringify(params), {}, response => {
 // execute success response here
}, (error) => {
  // execute errors here
  console.log(error);
  console.log(1)
});
Editor is loading...