AutoBuild at change, Special HTMX Indicator Inline, modernate Feed Inline and other small things

This commit is contained in:
2025-02-01 20:37:41 +01:00
parent abb333da54
commit 045b0f5ec0
8 changed files with 64 additions and 34 deletions

View File

@@ -89,6 +89,7 @@ async fn main() -> Result<()> {
// Launch Web Server
let app = Router::new()
.nest_service("/assets", ServeDir::new("assets"))
.nest_service("/autoassets", ServeDir::new("autoassets"))
.route("/", get(index))
.route("/feed/", get(get_list_feed).post(post_feed))
.route("/feed/:id", get(get_feed).delete(delete_feed).put(put_feed))