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

@ -635,6 +635,10 @@ pub fn routes() -> Router {
.route("/layouts/{id}/pages", post(layouts::update_pages_request))
}
pub fn lw_routes() -> Router {
Router::new()
}
#[derive(Deserialize)]
pub struct LoginProps {
pub username: String,