AutoBuild at change, Special HTMX Indicator Inline, modernate Feed Inline and other small things
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user