We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfb1bd commit 323d769Copy full SHA for 323d769
ceris-agent/src/main/java/io/ceris/apicall/Router.java
@@ -94,6 +94,8 @@ public void start() {
94
response.type(MediaType.APPLICATION_JSON);
95
response.body(new ApiCallError(HttpStatus.SC_INTERNAL_SERVER_ERROR, exception.getMessage()).toJson());
96
});
97
+
98
+ awaitInitialization();
99
}
100
101
@Override
0 commit comments