1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

update juniper and middleware examples

This commit is contained in:
Nikolay Kim
2019-03-10 19:19:50 -07:00
parent 0b46125f5d
commit 14eed91fcd
7 changed files with 170 additions and 152 deletions

View File

@ -77,7 +77,6 @@ fn with_param(req: HttpRequest, path: web::Path<(String,)>) -> HttpResponse {
fn main() -> io::Result<()> {
env::set_var("RUST_LOG", "actix_web=debug");
env::set_var("RUST_BACKTRACE", "1");
env_logger::init();
let sys = actix_rt::System::new("basic-example");