0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-30 19:46:21 +00:00
alerta_alerta/alerta/app/app.wsgi
2014-08-04 16:01:11 +01:00

5 lines
106 B
Python

#!/usr/bin/env python
import sys ; sys.path.insert(0, '/api')
from alerta.app import app as application