Skip to content

Commit

Permalink
Remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii-Klimov committed Jan 2, 2025
1 parent 548d9fd commit febde66
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class ApplicationOperatorService {

public ApplicationOperatorService(HttpClient client, JsonObject settings) {
this.client = client;
// this.endpoint = settings.getString("controllerEndpoint");
this.endpoint = "https://ai-dial-app-controller.deltixuat.com";
this.timeout = settings.getLong("controllerTimeout", 240000L);
}
Expand Down

0 comments on commit febde66

Please sign in to comment.