Skip to content

Commit

Permalink
v1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Oct 20, 2016
2 parents 07468d0 + 6da1ebd commit 2ac8dc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/component/restful.provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class RestProvider {
url: base + uri,
method: 'POST',
data: {
files: files
file: files[0]
}
};
if (data) {
Expand All @@ -49,7 +49,7 @@ class RestProvider {
url: base + uri,
method: 'PUT',
data: {
files: files
file: files[0]
}
};
if (data) {
Expand Down
2 changes: 1 addition & 1 deletion dist/sanji-rest-ui.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sanji-rest-ui",
"author": "Zack Yang <[email protected]> (https://github.com/zack9433)",
"description": "sanji-rest-ui UI",
"version": "1.3.11",
"version": "1.3.12",
"main": "dist/sanji-rest-ui.js",
"config": {
"ghooks": {
Expand Down

0 comments on commit 2ac8dc6

Please sign in to comment.