mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:43:29 +00:00
created a sync post marker command for debug porpuses
This commit is contained in:
@@ -36,6 +36,7 @@ pub fn init() -> Extension {
|
||||
Group::new()
|
||||
.command("get", commands::markers::get)
|
||||
.command("post", commands::markers::post)
|
||||
.command("post_debug", commands::markers::post_debug)
|
||||
.command("delete", commands::markers::delete),
|
||||
)
|
||||
.group(
|
||||
|
||||
Reference in New Issue
Block a user