Skip to content

Commit

Permalink
Re-add frontend redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
lennart-k committed Jan 4, 2025
1 parent 13e3b2d commit 4c559e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ pub fn make_app<AS: AddressbookStore + ?Sized, CS: CalendarStore + ?Sized>(
frontend_config,
)
}))
// .service(web::redirect("/", "/frontend").see_other())
.service(web::redirect("/", "/frontend").see_other())
}

0 comments on commit 4c559e0

Please sign in to comment.