add: littleweb base
This commit is contained in:
parent
07a23f505b
commit
c4de17058b
20 changed files with 457 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue