mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:23:28 +00:00
switched cot router anme to tcp socket on extension caller
This commit is contained in:
@@ -42,7 +42,7 @@ pub fn init() -> Extension {
|
|||||||
.command("uuid", utils::uuid::get_uuid)
|
.command("uuid", utils::uuid::get_uuid)
|
||||||
.command("log", utils::log::log_info)
|
.command("log", utils::log::log_info)
|
||||||
.group(
|
.group(
|
||||||
"cot_router",
|
"tcp_socket",
|
||||||
Group::new()
|
Group::new()
|
||||||
.command("start", cot_router::start)
|
.command("start", cot_router::start)
|
||||||
.command("send_payload", cot_router::send_payload)
|
.command("send_payload", cot_router::send_payload)
|
||||||
|
|||||||
Reference in New Issue
Block a user