This commit is contained in:
Bryan Gerlach
2024-11-02 01:14:52 -05:00
parent c5e06c0911
commit bace58ac1f

View File

@@ -69,7 +69,7 @@ def generator_view(request):
myuuid = str(uuid.uuid4())
protocol = 'https'
host = request.get_host()
full_url = f"{protocol}://{host}/api"
full_url = f"{protocol}://{host}"
try:
iconfile = form.cleaned_data['iconfile']
#iconbase64 = resize_and_encode_icon(iconfile)