fixup! refacto: move home code into a dedicated file and rename index to home everywhere
This commit is contained in:
parent
d4e565601a
commit
216eb73757
@ -5,6 +5,6 @@ mod home;
|
||||
|
||||
pub fn get_routes() -> Router {
|
||||
Router::new()
|
||||
.route("/", axum::routing::get(home::home))
|
||||
.route("/", routing::get(home::home))
|
||||
.route("/cps", routing::get(cps::cps))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user