rust-lang / rust-log-analyzer

Analyzing Travis and Azure Pipelines logs to find encountered errors
MIT License
40 stars 27 forks source link

add proper routing to the web server #49

Closed pietroalbini closed 4 years ago

pietroalbini commented 4 years ago

ECS expects the / path to return a 200 status code (for its health checks), but the current implementation of RLA returns a 400 there. This commit changes the server code to add proper routing support, and to reply with a 200 status code on GET /.