hardcode domain
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s
Details
This commit is contained in:
parent
039fc85fff
commit
3593fafd91
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue