wikideck/wsgi_app.py
Eric Meehan 741b1f5b2a Attempting server startup.
* Created basic client

* Many bug fixes
2025-05-31 18:14:33 -04:00

5 lines
104 B
Python

import sys
sys.path.insert(0, '/usr/local/apache2/htdocs/wikideck')
from app import app as application