diff --git a/bridge/__init__.py b/bridge/__init__.py index 0a794f7..14ff785 100644 --- a/bridge/__init__.py +++ b/bridge/__init__.py @@ -78,7 +78,7 @@ def gitea_handle_repo_action(): gitea_create_webhook_result = gitea.create_webhook( repo_owner, repo_name, - "https://{}/bridge/endpoints/github/issue".format( + "https://{}/bridge/endpoints/gitea/issue".format( app.config["GITEA_INSTANCE_DOMAIN"] ), ["issues", "issue_comment"]