mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Server: Allow web client sync (#10775)
This commit is contained in:
parent
e6ec27a501
commit
f7fa7a195f
@ -131,6 +131,9 @@ async function main() {
|
|||||||
// layout these dependencies in code but not clear how to do this.
|
// layout these dependencies in code but not clear how to do this.
|
||||||
const corsAllowedDomains = [
|
const corsAllowedDomains = [
|
||||||
'https://joplinapp.org',
|
'https://joplinapp.org',
|
||||||
|
|
||||||
|
// Allows sync with the web version of Joplin
|
||||||
|
'https://app.joplincloud.com',
|
||||||
];
|
];
|
||||||
|
|
||||||
if (env === Env.Dev) {
|
if (env === Env.Dev) {
|
||||||
|
Loading…
Reference in New Issue
Block a user