Skip to content

Commit

Permalink
update domain address
Browse files Browse the repository at this point in the history
  • Loading branch information
lidianhao123 authored Aug 11, 2022
1 parent 9e4dcca commit ed9a250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export class XMindEmbedViewer {
}
} = args

const iframeController = new IframeController(el, 'https://www.xmind.net/embed-viewer')
const iframeEventChannelController = new IframeEventChannelController(iframeController, 'https://www.xmind.net')
const iframeController = new IframeController(el, 'https://www.xmind.app/embed-viewer')
const iframeEventChannelController = new IframeEventChannelController(iframeController, 'https://www.xmind.app')

this.iframeController = iframeController
this.iframeEventChannelController = iframeEventChannelController
Expand Down

0 comments on commit ed9a250

Please sign in to comment.