feat: file history endpoint

- chore: cleaning some unused

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2026-07-06 10:51:59 +07:00
parent 2466472235
commit 4709c3b2b7
10 changed files with 313 additions and 1244 deletions

View file

@ -1,5 +0,0 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_prost_build::configure().compile_protos(&["tbm-proto/registry.proto"], &["tbm-proto"])?;
Ok(())
}