forked from github/plane
dev: change url for the license engine instance registration (#2810)
This commit is contained in:
parent
d46d70fcd5
commit
15927c9cae
@ -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…
Reference in New Issue
Block a user