Add postman collection for UI HTPP server
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / types / ConfigurationType.ts
index ee7baae072e3c811a6ee87041a237b5121bfddef..69e2b9cd5b16d485b1ea8f050af7a4b19b370762 100644 (file)
@@ -5,5 +5,5 @@ export interface BaseConfig {
 export interface EMobilityConfig {
   host: string;
   port: number;
-  protocol: 'ui0.0.1';
+  protocol: string;
 }