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