add: littleweb base

This commit is contained in:
trisua 2025-07-07 14:45:30 -04:00
parent 07a23f505b
commit c4de17058b
20 changed files with 457 additions and 8 deletions

View file

@ -141,6 +141,10 @@ pub fn routes() -> Router {
.route("/x/{note}", get(journals::global_view_request))
}
pub fn lw_routes() -> Router {
Router::new()
}
pub async fn render_error(
e: Error,
jar: &CookieJar,