mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-04 08:49:59 -04:00
Change origin of renderer (#1542)
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
bd036b5b68
commit
29565f8f89
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@
|
||||||
},
|
},
|
||||||
"iframeCommunication": {
|
"iframeCommunication": {
|
||||||
"editorOrigin": "http://localhost:3001/",
|
"editorOrigin": "http://localhost:3001/",
|
||||||
"rendererOrigin": "http://localhost:3001/"
|
"rendererOrigin": "http://127.0.0.1:3001/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue