mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms-api-rest: tsts cors
This commit is contained in:
committed by
Darío Lodeiros
parent
823aeb8305
commit
025482dca4
@@ -5,4 +5,5 @@ class BaseRestPrivateApiController(main.RestController):
|
||||
_root_path = "/api/"
|
||||
_collection_name = "pms.services"
|
||||
_default_auth = "public"
|
||||
|
||||
_default_cors = "*"
|
||||
|
||||
Reference in New Issue
Block a user