0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-24 17:29:39 +00:00
alerta_alerta/bin/alerta-api
2013-03-02 13:11:56 +00:00

6 lines
105 B
Python
Executable file

#!/usr/bin/env python
from alerta.api.v2 import app
if __name__ == '__main__':
app.run(debug=True)