From b69f1b1a9a9439745f25b945f1f08b4793d8df17 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Wed, 9 Oct 2024 06:24:28 -0500 Subject: [PATCH] experiment 4 --- bridge/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]