mirror of
https://github.com/alerta/alerta.git
synced 2025-02-05 14:09:44 +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 |