Small adjustment to the project

This commit is contained in:
2025-02-10 09:42:59 +01:00
parent 6c2e02b911
commit 61095f4ada
6 changed files with 6 additions and 7 deletions

View File

@@ -88,6 +88,7 @@ async fn main() -> Result<()> {
.layer(tracelayer).layer(cors);
// Launch Web Server
let app = Router::new()
// TODO: Serve a mano di favicon
.nest_service("/assets", ServeDir::new("assets"))
.nest_service("/autoassets", ServeDir::new("autoassets"))
.route("/", get(index))