created a sync post marker command for debug porpuses

This commit is contained in:
Valmo Trindade
2024-09-20 17:02:49 -03:00
parent cb7b7e9c0f
commit 1284e89de8

View File

@@ -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(