From 57a1b08473a172e53ee19cacfc4d8b17eb77bdad Mon Sep 17 00:00:00 2001 From: Bobby Date: Thu, 1 Dec 2022 00:22:43 -0500 Subject: Add Image URL Extensions --- ignis/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ignis/urls.py') diff --git a/ignis/urls.py b/ignis/urls.py index ea0e3b66..b190a40f 100644 --- a/ignis/urls.py +++ b/ignis/urls.py @@ -4,7 +4,7 @@ from . import views app_name = 'ignis' urlpatterns = [ path('/tex', views.tex, name='tex'), - path('/post_image//', views.post_image, name='post_image'), + path('/post_image/', views.post_image, name='post_image'), path('/upload', views.upload_image, name='upload_image'), path('/image//', views.get_image, name='get_image'), path('/cover/', views.cover_image, name='cover_image'), -- cgit v1.2.3