mirror of
https://github.com/atuinsh/atuin.git
synced 2025-04-12 23:48:19 +02:00
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
@ -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 New Issue
Block a user