mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) supertape v3.10.0
This commit is contained in:
parent
4d8f489b18
commit
b18b6af4dc
30 changed files with 86 additions and 84 deletions
|
|
@ -26,10 +26,10 @@ module.exports = callbackify(async (name, rootDir, request) => {
|
|||
|
||||
switch(method) {
|
||||
case 'GET':
|
||||
return onGET(request, name, rootDir);
|
||||
return await onGET(request, name, rootDir);
|
||||
|
||||
case 'PUT':
|
||||
return onPUT(request);
|
||||
return await onPUT(request);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue