Skip to content
Snippets Groups Projects
Commit 4ed229a3 authored by Rosen Georgiev's avatar Rosen Georgiev
Browse files

Merge branch 'connectionManager' into 'main'

changed baseurl

See merge request !18
parents 7cdf2a70 1e3c559c
No related branches found
No related tags found
1 merge request!18changed baseurl
Pipeline #52717 failed with stage
in 3 minutes and 17 seconds
......@@ -241,7 +241,7 @@ public class JsonUtils {
* @return the uri
*/
public static String getOCM() {
return System.getProperty("baseUrl") + "/ocm";
return System.getProperty("baseUrl");
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment