alertmanager-bark-hook/app/api.py
2022-08-08 05:51:01 +00:00

4 lines
66 B
Python

from .app import app
from flask_restful import Api
api = Api(app)