Modify the CI integration address guide
Build and Push CodeReview / build (push) Waiting to run Details

This commit is contained in:
vinland100 2026-01-08 16:17:48 +08:00
parent 83a9a85382
commit 5166027e2f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ const CIProjects: React.FC = () => {
</p>
<div className="bg-muted p-4 rounded-md text-xs font-mono text-left w-full max-w-lg">
<div className="text-muted-foreground mb-2">Webhook URL:</div>
<div className="text-primary select-all">http://YOUR_SERVER_IP:8000/api/v1/webhooks/gitea</div>
<div className="text-primary select-all">http://YOUR_SERVER_IP:PORT/api/v1/webhooks/gitea</div>
</div>
</CardContent>
</Card>