readd org header
All checks were successful
Build and Test / account (push) Successful in 6m7s

This commit is contained in:
red binder 2026-04-26 22:12:41 +02:00
commit a57cd4ec19

View file

@ -116,7 +116,7 @@ async fn launch() -> _ {
EmptySubscription::new())
)
.attach(AdHoc::on_response("org", |_, response| Box::pin(async move {
//response.adjoin_header(Header::new("x-organization", "Nintendo"));
response.adjoin_header(Header::new("x-organization", "Nintendo"));
response.adjoin_header(Header::new("X-Nintendo-Date", SystemTime::now()
.duration_since(UNIX_EPOCH)
.unwrap()