I want to make it easy for people to verify that at least the REST API endpoints work without doing gymnastics.
To make this work I need a health probe in the container app that points to the health endpoint of the app. And I need an empty index route so people can see that the API returns something.
I want to make it easy for people to verify that at least the REST API endpoints work without doing gymnastics.
To make this work I need a health probe in the container app that points to the health endpoint of the app. And I need an empty index route so people can see that the API returns something.