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:
@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user