added get_auth_token command

This commit is contained in:
Valmo Trindade
2024-09-12 12:32:58 -03:00
parent 149d094659
commit 1e34020979

View File

@@ -29,6 +29,7 @@ pub fn init() -> Extension {
Extension::build()
.command("uuid", get_uuid)
.command("get_auth_token", commands::get_auth_token)
.group(
"markers",
Group::new()