Initial export of EON_EMOBILITY_VIRTA
This commit is contained in:
@@ -9,4 +9,4 @@ authType = none;
|
||||
useSSL = true;
|
||||
timeout = 0;
|
||||
sslHostCheck = false;
|
||||
sslAuth = anonymous;
|
||||
sslAuth = anonymous;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
var body = JSON.stringify('Hello e.on!');
|
||||
$.response.contentType = 'application/json';
|
||||
$.response.setBody(body);
|
||||
$.response.status = $.net.http.OK;
|
||||
Reference in New Issue
Block a user