Skip to content

Commit

Permalink
added more print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
grallewellyn committed Nov 26, 2024
1 parent 3726a70 commit 5d822b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/endpoints/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
log = logging.getLogger(__name__)

ns = api.namespace('environment', description='Operations related to the MAAP environment')

print("graceal1 in environment.py for API")

@ns.route('/config')
class Config(Resource):
Expand Down Expand Up @@ -60,6 +60,7 @@ def get(self, ade_host):


def get_config(ade_host):
print("graceal1 in get_config for API ")
api_host = os.getenv("MAAP_API_HOST", constants.DEFAULT_API)
print("graceal1 api host is ")
print(os.getenv("MAAP_API_HOST"))
Expand Down

0 comments on commit 5d822b8

Please sign in to comment.