mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
8 lines
221 B
Python
8 lines
221 B
Python
from odoo.addons.base_rest.controllers import main
|
|
|
|
|
|
class BaseRestDemoPublicApiController(main.RestController):
|
|
_root_path = "/api/"
|
|
_collection_name = "pms.reservation.service"
|
|
_default_auth = "jwt_api_pms"
|