1
0
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:
Henry Heino 2024-07-24 15:45:11 -07:00 committed by GitHub
parent e6ec27a501
commit f7fa7a195f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,6 +131,9 @@ async function main() {
// layout these dependencies in code but not clear how to do this.
const corsAllowedDomains = [
'https://joplinapp.org',
// Allows sync with the web version of Joplin
'https://app.joplincloud.com',
];
if (env === Env.Dev) {