Json endpoint #12
|
@ -347,7 +347,11 @@ impl Route {
|
||||||
|
|
||||||
Ok(Response {
|
Ok(Response {
|
||||||
status: b"200",
|
status: b"200",
|
||||||
headers: Cow::Borrowed(&[]),
|
headers: Cow::Borrowed(&[
|
||||||
|
(b"Trans-Women", Cow::Borrowed(b"don't owe you femininity")),
|
||||||
|
(b"Trans-Men", Cow::Borrowed(b"don't owe you masculinity")),
|
||||||
|
(b"And-Stop-Projecting-Your-Dated-Gender-Norms", Cow::Borrowed(b"onto nonbinary people's life experiences")),
|
||||||
|
]),
|
||||||
body: body.into_bytes().into(),
|
body: body.into_bytes().into(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue