dev: change url for the license engine instance registration (#2810)

This commit is contained in:
Nikhil 2023-11-20 21:32:45 +05:30 committed by GitHub
parent d46d70fcd5
commit 15927c9cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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