diff --git a/src/main.rs b/src/main.rs index 3015193..6e3b008 100644 --- a/src/main.rs +++ b/src/main.rs @@ -117,7 +117,7 @@ fn setup_service(cfg: &mut web::ServiceConfig) { .service(controller::token) .service(controller::openid_configuration) .service( - Files::new("/", "./web") + Files::new("/", "./web/dist") .index_file("index.html") .default_handler(|req: ServiceRequest| async { let (http_req, _payload) = req.into_parts();