mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
chore(rest) rm " "
This commit is contained in:
parent
f46f7e1e74
commit
53a5a88bfa
1 changed files with 2 additions and 2 deletions
|
|
@ -113,7 +113,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
});
|
||||
};
|
||||
|
||||
this.mv = function(data, callback) {
|
||||
this.mv = function(data, callback) {
|
||||
sendRequest({
|
||||
method : 'PUT',
|
||||
url : '/mv',
|
||||
|
|
@ -123,7 +123,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
});
|
||||
};
|
||||
|
||||
this.Config = {
|
||||
this.Config = {
|
||||
read: function(callback) {
|
||||
sendRequest({
|
||||
method : 'GET',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue