|
|
@@ -16,7 +16,7 @@ public class Test {
|
|
|
Level.MEDIUM.getValue(),
|
|
|
PublishMode.SINGLE.getValue(),
|
|
|
"");
|
|
|
- String result = PostHelper.post("http://" + Config.SERVER + "/api/publish", logConfigDto);
|
|
|
+ String result = PostHelper.post(Config.SERVER + "/api/publish", logConfigDto);
|
|
|
System.out.println(result);
|
|
|
String data = "This is an example";
|
|
|
|