hardcode domain
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s Details

This commit is contained in:
Ladd Hoffman 2024-04-25 19:50:06 -05:00
parent 039fc85fff
commit 3593fafd91
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ function Widget() {
const { searchParams } = new URL(window.location.href);
const widgetId = searchParams.get('widgetId');
widgetApi.current = widgetApi.current ?? new WidgetApi(widgetId);
widgetApi.current = widgetApi.current ?? new WidgetApi(widgetId, 'https://chat.dgov.io');
console.log('widget api', widgetApi.current);