Browse Source

Correcting to proper action address in addList

Andrej 2 years ago
parent
commit
0a13c97fd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      labkeyDatabaseBrowser.py

+ 1 - 1
labkeyDatabaseBrowser.py

@@ -47,7 +47,7 @@ class labkeyDB:
       options['keyName']='Key'
       options['keyType']='Integer'
       url=self.net.GetLabkeyUrl()+'/'+project
-      url+='/createDomain.api'
+      url+='/property-createDomain.api'
       response=self.net.post(url,json.dumps(listDomainDefinition))
       return response.data