mirror of
https://github.com/alerta/alerta.git
synced 2025-01-30 03:33:59 +00:00
6 lines
No EOL
155 B
Python
6 lines
No EOL
155 B
Python
# Location: /var/www/html/alerta/alerta-api.wsgi
|
|
|
|
#import sys
|
|
#sys.path.insert(0, '/path/to/the/application')
|
|
|
|
from alerta.api.v2 import app as application |