mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 09:59:21 +02:00
work on resource_path api
This commit is contained in:
@ -27,7 +27,7 @@ fn index(mut req: HttpRequest) -> Result<HttpResponse> {
|
||||
req.session().set("counter", 1)?;
|
||||
}
|
||||
|
||||
Ok(HttpResponse::Ok().into())
|
||||
Ok("Welcome!".into())
|
||||
}
|
||||
|
||||
/// async handler
|
||||
|
Reference in New Issue
Block a user