Index handler

index_handler returns some text with the name of this microservice:

fn index_handler(_: &HttpRequest<State>) -> HttpResponse {
HttpResponse::Ok().body("QR Parsing Microservice")
}