added initial callback handling

This commit is contained in:
Valmo Trindade
2025-01-31 16:47:03 -03:00
parent 910eab7397
commit 334e8bfed8
2 changed files with 8 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ pub fn init() -> Extension {
)
.command("local_ip", util::get_local_address)
.command("uuid", util::get_uuid)
.command("callback", util::test_callback)
.command("log", util::log_info)
.group(
"cot_router",