Files
notifications-api/wsgi.py
Leo Hemsted 9c212e78af Revert "Revert "remove credstash""
This reverts commit de41fde0d3.
2017-07-31 11:11:00 +01:00

8 lines
106 B
Python

from app import create_app
application = create_app()
if __name__ == "__main__":
application.run()