dev: change url for the license engine instance registration (#2810)
This commit is contained in:
parent
88ef24788e
commit
d14ca3a141
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class Command(BaseCommand):
|
|||
}
|
||||
|
||||
response = requests.post(
|
||||
f"{license_engine_base_url}/api/instances",
|
||||
f"{license_engine_base_url}/api/instances/",
|
||||
headers=headers,
|
||||
data=json.dumps(payload),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue