ANW-13 GET /notes/<path>: NoteStore + axum HttpServer wiring
This commit is contained in:
parent
095ea7fbf0
commit
e1fe1dcb4e
7 changed files with 661 additions and 72 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue