Initial export of EON_EMOBILITY_VIRTA

This commit is contained in:
Thorsten Schmitz
2026-07-08 23:08:26 +02:00
parent 22e8e727a9
commit dafd956626
10 changed files with 446 additions and 3 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ authType = none;
useSSL = true;
timeout = 0;
sslHostCheck = false;
sslAuth = anonymous;
sslAuth = anonymous;
+4
View File
@@ -0,0 +1,4 @@
var body = JSON.stringify('Hello e.on!');
$.response.contentType = 'application/json';
$.response.setBody(body);
$.response.status = $.net.http.OK;