WIP: ada/docker #11

Draft
ada wants to merge 6 commits from ada/docker into main
Showing only changes of commit fb4dc23574 - Show all commits

View file

@ -89,7 +89,7 @@ def get_content(path: str) -> str:
return abort(404) return abort(404)
@home.route("/check") @home.route("/health")
def health_check() -> str: def health_check() -> str:
""" """
For verify if the app run. For verify if the app run.