fixed the expected requst method for the indoor maps being wrong #3567
Annotations
12 errors
tests
cannot find attribute `get` in this scope
|
tests
cannot find attribute `get` in this scope
|
tests
unused import: `post`
|
tests
the trait bound `fn(actix_web::web::Query<indoor::Arguments>, actix_web::web::Data<AppData>) -> impl futures::Future<Output = actix_web::HttpResponse> {list_indoor_maps}: HttpServiceFactory` is not satisfied
|
tests
the trait bound `fn(actix_web::web::Path<i64>, actix_web::web::Data<AppData>) -> impl futures::Future<Output = actix_web::HttpResponse> {get_indoor_map}: HttpServiceFactory` is not satisfied
|
tests
Process completed with exit code 101.
|
linting
cannot find attribute `get` in this scope
|
linting
cannot find attribute `get` in this scope
|
linting
unused import: `post`
|
linting
the trait bound `fn(actix_web::web::Query<maps::indoor::Arguments>, actix_web::web::Data<AppData>) -> impl futures::Future<Output = actix_web::HttpResponse> {maps::indoor::list_indoor_maps}: actix_web::dev::HttpServiceFactory` is not satisfied
|
linting
the trait bound `fn(actix_web::web::Path<i64>, actix_web::web::Data<AppData>) -> impl futures::Future<Output = actix_web::HttpResponse> {maps::indoor::get_indoor_map}: actix_web::dev::HttpServiceFactory` is not satisfied
|
linting
Process completed with exit code 101.
|