feat: add axum permission and refactor KPI dashboard metrics

This commit is contained in:
Syahdan 2026-01-08 19:45:37 +07:00
parent cb30287fbd
commit cc2468c921
3 changed files with 3 additions and 2 deletions

View file

@ -19,7 +19,7 @@ path = "src/main.rs"
required-features = ["desktop"]
[[bin]]
name = "addmon-server"
name = "server"
path = "src/bin/server.rs"
required-features = ["server"]