merged private server and console to private-cloud
This commit is contained in:
11
console/response/service_response.js
Normal file
11
console/response/service_response.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Created by Strawmanbobi
|
||||
* 2016-11-27
|
||||
*/
|
||||
|
||||
function ServiceResponse(status, cause) {
|
||||
this.status = status;
|
||||
this.cause = cause;
|
||||
}
|
||||
|
||||
module.exports = ServiceResponse;
|
||||
Reference in New Issue
Block a user