chore(rest) rm "{,}"

This commit is contained in:
coderaiser 2014-09-18 08:41:05 -04:00
parent 8055c0497d
commit e0a4a725be

View file

@ -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) {