mirror of
https://github.com/alerta/alerta.git
synced 2025-01-30 19:46:21 +00:00
5 lines
106 B
Python
5 lines
106 B
Python
#!/usr/bin/env python
|
|
|
|
import sys ; sys.path.insert(0, '/api')
|
|
|
|
from alerta.app import app as application
|