ANW-13 GET /notes/<path>: NoteStore + axum HttpServer wiring

This commit is contained in:
Andreas Brenner 2026-05-14 15:39:00 +02:00
parent 095ea7fbf0
commit e1fe1dcb4e
7 changed files with 661 additions and 72 deletions

View file

@ -5,6 +5,8 @@
//! supervisor tree, and the HTTP surface as those issues land.
pub mod app;
pub mod http;
pub mod index;
pub mod store;
pub mod vault;
pub mod watcher;