mean-expert-official / loopback-sdk-builder

Tool for auto-generating Software Development Kits (SDKs) for LoopBack
Other
399 stars 178 forks source link

axios.request({body ...}) body should be axios.request({data: ...}) #563

Closed NicholasFreeman closed 6 years ago

NicholasFreeman commented 6 years ago

when <% if (framework === 'react') { -%>

What type of pull request are you creating?

How many unit test did you write for this pull request?

Write a reason if none (e.g just fixed a typo):

Corrected React specific issue where axios.request() is called with {body: ...} (should be {data: ...})