mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(rest) rm " "
This commit is contained in:
parent
ebd4bdd5f3
commit
4b70db56cf
1 changed files with 3 additions and 3 deletions
|
|
@ -87,7 +87,7 @@
|
|||
|
||||
/**
|
||||
* getting data on method and command
|
||||
*
|
||||
*
|
||||
* @param params {name, method, body, requrest, response}
|
||||
*/
|
||||
function sendData(params, callback) {
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
|
||||
/**
|
||||
* process data on GET request
|
||||
*
|
||||
*
|
||||
* @param pParams {method, body, requrest, response}
|
||||
*/
|
||||
function onGET(params, callback) {
|
||||
|
|
@ -161,7 +161,7 @@
|
|||
|
||||
/**
|
||||
* process data on PUT request
|
||||
*
|
||||
*
|
||||
* @param pParams {command, method, body, requrest, response}
|
||||
*/
|
||||
function onPUT(name, body, callback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue