Add handouts page
This commit is contained in:
@@ -5,6 +5,7 @@ use utoipa::OpenApi;
|
||||
|
||||
pub mod assets;
|
||||
mod betalupi;
|
||||
mod handouts;
|
||||
mod index;
|
||||
mod links;
|
||||
|
||||
@@ -20,5 +21,6 @@ pub(super) fn router() -> Router<()> {
|
||||
.route("/", get(index::index))
|
||||
.route("/whats-a-betalupi", get(betalupi::betalupi))
|
||||
.route("/links", get(links::links))
|
||||
.route("/handouts", get(handouts::handouts))
|
||||
.nest(asset_prefix, asset_router)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user