Created
September 14, 2017 14:56
-
-
Save moredhel/99c121d076cf5e8f79482633a68997e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| @app.route("/env/var") | |
| def env_var(): | |
| return "VAR: {}\n".format(os.environ["VAR"]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment