1
0
mirror of synced 2024-11-15 02:17:36 +01:00
bemaniutils/bemani/wsgi/api.wsgi
2019-12-08 21:43:49 +00:00

7 lines
274 B
Python

from bemani.utils.api import app, load_config
# Assumes a production server yaml in the same directory as this WSGI
# file. Also assumes that your uWSGI instance is configured with a
# virtualenv that includes the installed version of this repo.
load_config('server.yaml')