Skip to content
Snippets Groups Projects

changed baseurl

Merged Rosen Georgiev requested to merge connectionManager into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -241,7 +241,7 @@ public class JsonUtils {
* @return the uri
*/
public static String getOCM() {
return System.getProperty("baseUrl") + "/ocm";
return System.getProperty("baseUrl");
}
/**
Loading