0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-24 09:19:40 +00:00
alerta_alerta/contrib/apache/api.wsgi
2020-05-04 16:10:27 +02:00

6 lines
185 B
Python

#!/usr/bin/env python
from alerta import create_app
activate_this = '/opt/alerta/bin/activate_this.py'
execfile(activate_this, dict(__file__=activate_this))
application = create_app()