Merge branch 'develop' into feature/143-publishing_of_rendered_vrscenes

This commit is contained in:
Milan Kolar 2020-06-10 16:46:08 +02:00
commit 02b0472071

View file

@ -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