hub.sr.ht/hubsrht/blueprints/webhooks.py

8 lines
150 B
Python

from flask import Blueprint
webhooks = Blueprint("webhooks", __name__)
@webhooks.route("/webhooks/git-repo")
def git_repo_update():
pass # TODO