Skip to content

Commit

Permalink
Merge 544c520 into f58221b
Browse files Browse the repository at this point in the history
  • Loading branch information
VovanR committed Sep 18, 2020
2 parents f58221b + 544c520 commit f0053d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ axios[method](...args).then(response => {
const axios = require('axios');
const rexios = require('rexios');

const method = 'put';
const method = 'delete';
const baseURL = 'v2/api/user/';
const params = {
id: 123,
Expand Down

0 comments on commit f0053d0

Please sign in to comment.