We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5145564 commit a329dacCopy full SHA for a329dac
app.py
@@ -102,7 +102,7 @@ def github_webhook():
102
# Integration JSON endpoint
103
@app.route("/integration.json", methods=["GET"])
104
def get_integration_json():
105
- base_url = os.environ.get('APP_URL', request.url_root.rstrip('/'))
+ # base_url = os.environ.get('APP_URL', request.url_root.rstrip('/'))
106
integration_json = {
107
"data": {
108
"date": {
@@ -134,7 +134,7 @@ def get_integration_json():
134
"default": "True"
135
}
136
],
137
- "target_url": f"{base_url}/github-webhook",
+ "target_url": https://github-commit-monitor-4a53c549b932.herokuapp.com/github-webhook",
138
"tick_url": "https://github-commit-monitor-4a53c549b932.herokuapp.com"
139
140
0 commit comments