Skip to content

Commit

Permalink
📦 hook sevice onServerExited
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhangyue committed Dec 14, 2023
1 parent 2b4292c commit 0f9588c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public HookResult onStreamNotFound(@RequestBody OnStreamNotFoundHookParam param)
@ResponseBody
@PostMapping(value = "/on_server_started", produces = "application/json;charset=UTF-8")
public HookResult onServerStarted(@RequestBody JSONObject param) {
log.info("onServerStarted::param = {}", param);
executor.execute(() -> zlmHookService.onServerStarted(JSON.parseObject(param.toJSONString(), ServerNodeConfig.class)));
return HookResult.SUCCESS();
}
Expand Down

0 comments on commit 0f9588c

Please sign in to comment.