Skip to content

Commit

Permalink
[IMP] pms-api-rest: tsts cors
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpadin committed Dec 29, 2021
1 parent 1fedb1b commit 43eccf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pms_api_rest/controllers/pms_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ class BaseRestPrivateApiController(main.RestController):
_root_path = "/api/"
_collection_name = "pms.services"
_default_auth = "public"

_default_cors = "*"

0 comments on commit 43eccf3

Please sign in to comment.