Initial export of EON_EMOBILITY_VIRTA
This commit is contained in:
@@ -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