cds-snc / url-shortener

An API written in Python that shortens URLs
MIT License
4 stars 0 forks source link

fix: always check if secrets exist for entry.sh #399

Closed patheard closed 1 year ago

patheard commented 1 year ago

Summary

Update the API's entry.sh to always check if the temporary .env file contains secrets before starting the function.

Related