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 sriram veeraghanta
parent 88ef24788e
commit d14ca3a141

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