From f5ccc9af45cd3eb583aab5e4a53cd20828996b86 Mon Sep 17 00:00:00 2001 From: Rodia Date: Sat, 8 Feb 2025 14:28:59 -0500 Subject: [PATCH] Fix: Allow CORS external applicacion --- .dev/trytond.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dev/trytond.cfg b/.dev/trytond.cfg index 4453ac2..5f788e3 100755 --- a/.dev/trytond.cfg +++ b/.dev/trytond.cfg @@ -1,3 +1,6 @@ [web] listen = 0.0.0.0:8000 root=/var/lib/trytond/www +cors = + http://localhost:7000 + http://localhost:7001