switched cot router anme to tcp socket on extension caller

This commit is contained in:
Valmo Trindade
2025-05-09 18:26:51 -03:00
parent 4412b67d63
commit 3f4535cf17

View File

@@ -42,7 +42,7 @@ pub fn init() -> Extension {
.command("uuid", utils::uuid::get_uuid)
.command("log", utils::log::log_info)
.group(
"cot_router",
"tcp_socket",
Group::new()
.command("start", cot_router::start)
.command("send_payload", cot_router::send_payload)