diff --git a/src/lib.rs b/src/lib.rs index 1f00069..0873eff 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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()