Fix: Allow CORS external applicacion

This commit is contained in:
Rodia 2025-02-08 14:28:59 -05:00
parent 08cb74af5c
commit f5ccc9af45

View File

@ -1,3 +1,6 @@
[web]
listen = 0.0.0.0:8000
root=/var/lib/trytond/www
cors =
http://localhost:7000
http://localhost:7001