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 f07383e commit 1e14bd3Copy full SHA for 1e14bd3
1 file changed
exporters/webhook/app.py
@@ -229,4 +229,4 @@ async def metrics():
229
collector = load_and_log(WebhookCommitCollector)
230
REGISTRY.register(collector)
231
232
- uvicorn.run(app, host="0.0.0.0", port=8000)
+ uvicorn.run(app, host="0.0.0.0", port=8080)
0 commit comments