Skip to content

Commit

Permalink
widget url fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 22, 2023
1 parent e76720f commit 7c4146a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class CdsPanelWidgetComponent implements OnInit, OnDestroy {

setIframeUrl(){
this.WIDGET_BASE_URL = this.appConfigService.getConfig().widgetBaseUrl;
const testItOutUrl = this.WIDGET_BASE_URL + "5.0.71/assets/twp" + '/chatbot-panel.html'
const testItOutUrl = this.WIDGET_BASE_URL + "assets/twp" + '/chatbot-panel.html'
// const testItOutUrl = "https://widget.tiledesk.com/v6/5.0.71/assets/twp"+ '/chatbot-panel.html'
// const testItOutUrl = 'http://localhost:4203/assets/twp'+ '/chatbot-panel.html'
let url = testItOutUrl + '?tiledesk_projectid=' + this.projectID +
Expand Down

0 comments on commit 7c4146a

Please sign in to comment.