mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixed path in adobe communicator statics path
This commit is contained in:
parent
391aef5ba8
commit
ed3b38f2e2
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