mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
modified env variable in premiere
This commit is contained in:
parent
d6567358de
commit
5c3465ddeb
2 changed files with 2 additions and 2 deletions
|
|
@ -168,7 +168,7 @@ def clearing_caches_ui():
|
|||
|
||||
def test_rest_api_server(env):
|
||||
# from pprint import pformat
|
||||
rest_url = env.get("PYPE_REST_API_URL")
|
||||
rest_url = env.get("PYPE_WEBSERVER_URL")
|
||||
project_name = "{AVALON_PROJECT}".format(**env)
|
||||
URL = "/".join((rest_url,
|
||||
"avalon/projects",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ class PypeRestApiClient {
|
|||
* @return {url string}
|
||||
*/
|
||||
_getApiServerUrl() {
|
||||
var url = this.env.PYPE_REST_API_URL;
|
||||
var url = this.env.PYPE_WEBSERVER_URL;
|
||||
return url
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue