From bace58ac1fdda22b1c22d5326c997c3ca9425435 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Sat, 2 Nov 2024 01:14:52 -0500 Subject: [PATCH] . --- rdgenerator/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdgenerator/views.py b/rdgenerator/views.py index 2f2553a..2be74db 100644 --- a/rdgenerator/views.py +++ b/rdgenerator/views.py @@ -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)