mirror of
https://github.com/alerta/alerta.git
synced 2025-01-27 10:29:03 +00:00
5 lines
122 B
Python
5 lines
122 B
Python
from alerta.api.v2 import app
|
|
|
|
@app.route('/management/status')
|
|
def mgmt_status():
|
|
return "management status output!"
|