work on resource_path api

This commit is contained in:
Nikolay Kim 2017-12-05 13:31:06 -08:00
parent 3de43c2a46
commit d8b880e167
6 changed files with 82 additions and 35 deletions

View file

@ -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