Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Latest commit

 

History

History
4 lines (4 loc) · 244 Bytes

File metadata and controls

4 lines (4 loc) · 244 Bytes

python-sample

The simplest posible webapp in flask. This app responds to GET requests at / printing 'Hello World from {APP_NAME}!', where APP_NAME is optional and it is read from an environment variable. It's compatible with python 3.8+.