Skip to content
Snippets Groups Projects
Commit b2869844 authored by Yifan Su's avatar Yifan Su
Browse files

Update wsgi.py

parent d3993aec
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@ import logging
logging.basicConfig(stream=sys.stderr)
sys.path.insert(0,"/root/customer-account-automation/")
from JinjaServer import app as application
from app import app as application
if __name__ == "__main__":
app=application
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment