This commit is contained in:
parent
76064feeb2
commit
a57cd4ec19
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ async fn launch() -> _ {
|
||||||
EmptySubscription::new())
|
EmptySubscription::new())
|
||||||
)
|
)
|
||||||
.attach(AdHoc::on_response("org", |_, response| Box::pin(async move {
|
.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()
|
response.adjoin_header(Header::new("X-Nintendo-Date", SystemTime::now()
|
||||||
.duration_since(UNIX_EPOCH)
|
.duration_since(UNIX_EPOCH)
|
||||||
.unwrap()
|
.unwrap()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue