openreplay/ee/api/chalicelib/blueprints/bp_ee.py
KRAIEM Taha Yassine 192d1231d4 Changes:
- fixed env-vars
- fixed EE signup
- changed EE DB structure
- changed FOS DB structure
- fixed announcements
- use minio for api
- use minio for sourcemaps-reader
- share env-vars with sourcemaps-reader
2021-05-09 02:23:26 +02:00

9 lines
169 B
Python

from chalice import Blueprint
from chalicelib import _overrides
from chalicelib.ee import unlock
app = Blueprint(__name__)
_overrides.chalice_app(app)
unlock.check()