mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 17:22:57 +01:00
change marco import (#727)
This commit is contained in:
parent
1f9467e880
commit
414614e1b5
@ -1,9 +1,6 @@
|
||||
use futures::IntoFuture;
|
||||
|
||||
#[macro_use]
|
||||
extern crate actix_web;
|
||||
|
||||
use actix_web::{middleware, web, App, Error, HttpRequest, HttpResponse, HttpServer};
|
||||
use actix_web::{get, middleware, web, App, Error, HttpRequest, HttpResponse, HttpServer};
|
||||
|
||||
#[get("/resource1/{name}/index.html")]
|
||||
fn index(req: HttpRequest, name: web::Path<String>) -> String {
|
||||
|
Loading…
Reference in New Issue
Block a user