mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms_api_rest: not using session in api rest
This commit is contained in:
committed by
Darío Lodeiros
parent
57b9aea4db
commit
fca390f2bf
@@ -5,5 +5,5 @@ class BaseRestPrivateApiController(main.RestController):
|
||||
_root_path = "/api/"
|
||||
_collection_name = "pms.services"
|
||||
_default_auth = "public"
|
||||
|
||||
_default_save_session = False
|
||||
_default_cors = "*"
|
||||
|
||||
Reference in New Issue
Block a user