From 75369ed9f2816ac413711d55a4093931a67724b5 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 17 Feb 2024 22:08:34 +0100 Subject: [PATCH] [mirotalksfu] - fix typo --- app/src/config.template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/config.template.js b/app/src/config.template.js index 6807a2c3..d97599d4 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -37,7 +37,7 @@ module.exports = { }, cors: { /* - origin: Allow specified origin es ['https://example.com', 'https://subdomain.example.com', 'http://localhost:3000'] or all origins if not specified + origin: Allow specified origin es ['https://example.com', 'https://subdomain.example.com', 'http://localhost:3010'] or all origins if not specified methods: Allow only GET and POST methods */ origin: '*',