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() Extension::build()
.command("uuid", get_uuid) .command("uuid", get_uuid)
.command("get_auth_token", commands::get_auth_token)
.group( .group(
"markers", "markers",
Group::new() Group::new()