mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge branch 'develop' into feature/143-publishing_of_rendered_vrscenes
This commit is contained in:
commit
02b0472071
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class AdobeCommunicator:
|
|||
|
||||
# Register statics url
|
||||
pype_module_root = os.environ["PYPE_MODULE_ROOT"].replace("\\", "/")
|
||||
static_path = "{}/pype/premiere/ppro".format(pype_module_root)
|
||||
static_path = "{}/pype/hosts/premiere/ppro".format(pype_module_root)
|
||||
rest_api_module.register_statics("/ppro", static_path)
|
||||
|
||||
# Register rest api object for communication
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue