mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 19:33:30 +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()
|
Group::new()
|
||||||
.command("get", commands::markers::get)
|
.command("get", commands::markers::get)
|
||||||
.command("post", commands::markers::post)
|
.command("post", commands::markers::post)
|
||||||
|
.command("post_debug", commands::markers::post_debug)
|
||||||
.command("delete", commands::markers::delete),
|
.command("delete", commands::markers::delete),
|
||||||
)
|
)
|
||||||
.group(
|
.group(
|
||||||
|
|||||||
Reference in New Issue
Block a user