xxdunedainxx / lindsay-wildlife-treasure-hunt

Treasure hunt game for Lindsay Wildlife
4 stars 0 forks source link

Add React Client Health Check #190

Closed xxdunedainxx closed 2 years ago

xxdunedainxx commented 2 years ago

Issue: https://github.com/xxdunedainxx/lindsay-wildlife-treasure-hunt/issues/93

Adding an additional required check to the backend, which will check to ensure that the react client is up and running as expected. This will simply test the 301 redirect applied by the /ui URL.

If this path does not respond, or if it does not provide a redirect, the health check will fail for the react dependency.