Skip to content

Commit

Permalink
rever
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Jun 19, 2024
1 parent 41e3af4 commit 7ef1fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7ef1fb5

Please sign in to comment.