cce-search-prototype/wsgi.py

4 lines
54 B
Python
Raw Permalink Normal View History

2019-07-14 15:22:16 +00:00
from cce_search import create_app
app = create_app()