Add Kris Nova to X-Clacks-Overhead (#1355)
Rest in peace 😔 https://nivenly.org/memorials/krisnova/
This commit is contained in:
parent
2959891f58
commit
bb438d8d59
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ async fn teapot() -> impl IntoResponse {
|
|||
async fn clacks_overhead<B>(request: Request<B>, next: Next<B>) -> Response {
|
||||
let mut response = next.run(request).await;
|
||||
|
||||
let gnu_terry_value = "GNU Terry Pratchett";
|
||||
let gnu_terry_value = "GNU Terry Pratchett, Kris Nova";
|
||||
let gnu_terry_header = "X-Clacks-Overhead";
|
||||
|
||||
response
|
||||
|
|
Loading…
Reference in a new issue