mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:13:29 +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("log", utils::log::log_info)
|
||||
.group(
|
||||
"cot_router",
|
||||
"tcp_socket",
|
||||
Group::new()
|
||||
.command("start", cot_router::start)
|
||||
.command("send_payload", cot_router::send_payload)
|
||||
|
||||
Reference in New Issue
Block a user