mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-06-26 12:08:01 +02:00
Template improments, links, breadcrumbs for domain lookups
This commit is contained in:
@ -285,7 +285,7 @@ async fn format_and_language_middleware<B>(
|
||||
next.run(req).await
|
||||
}
|
||||
|
||||
async fn hello_world_handler(
|
||||
async fn not_found_handler(
|
||||
State(arc_state): State<Arc<ServiceSharedState>>,
|
||||
Extension(settings): Extension<TemplateSettings>,
|
||||
) -> Response {
|
||||
@ -297,7 +297,7 @@ async fn hello_world_handler(
|
||||
).await
|
||||
}
|
||||
|
||||
async fn not_found_handler(
|
||||
async fn hello_world_handler(
|
||||
State(arc_state): State<Arc<ServiceSharedState>>,
|
||||
Extension(settings): Extension<TemplateSettings>,
|
||||
) -> Response {
|
||||
|
Reference in New Issue
Block a user