mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(rest) rm "{,}"
This commit is contained in:
parent
8055c0497d
commit
e0a4a725be
1 changed files with 1 additions and 2 deletions
|
|
@ -111,7 +111,7 @@
|
|||
markdown(p.name, p.request, function(error, data) {
|
||||
callback(error, {notLog: true}, data);
|
||||
});
|
||||
else {
|
||||
else
|
||||
switch(p.request.method) {
|
||||
case 'GET':
|
||||
onGET(params, callback);
|
||||
|
|
@ -126,7 +126,6 @@
|
|||
});
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function onFS(params, callback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue