WIP: Add update controller

This commit is contained in:
Daniel Lundin 2024-12-16 23:35:23 +01:00
parent 31c8921aca
commit 80aa9d1547
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
3 changed files with 41 additions and 0 deletions
controller/src

View file

@ -1,4 +1,5 @@
pub mod api;
pub mod context;
mod updates;
mod version;