diff --git a/cookbook.py b/cookbook.py index 0fcdba4..39fbc92 100644 --- a/cookbook.py +++ b/cookbook.py @@ -11,7 +11,6 @@ from pathlib import Path dotenv_path = Path("/var/www/.mw-credentials") load_dotenv(dotenv_path=dotenv_path) -print(os.environ) # prefix to add /SOUPBOAT/ATLAS-API to all the routes # and to leave the @app.route() decorator more clean