added api route for id mappings

also need rocket json feature
This commit is contained in:
2025-05-16 17:47:08 +02:00
parent 907b758626
commit 2f02e283c0
3 changed files with 35 additions and 5 deletions

1
Cargo.lock generated
View File

@@ -1116,6 +1116,7 @@ dependencies = [
"rocket_codegen",
"rocket_http",
"serde",
"serde_json",
"state",
"tempfile",
"time",