diff --git a/pount/apps/iiif/urls.py b/pount/apps/iiif/urls.py
index f8e01e4e8f90041f991916e0cc9eab454862cb50..fe85f189d142533e4b0ae2d928e947fca43a93d4 100644
--- a/pount/apps/iiif/urls.py
+++ b/pount/apps/iiif/urls.py
@@ -6,5 +6,5 @@ app_name = "iiif"
 
 
 urlpatterns = [
-    re_path(r"(?P<path>.*)", views.TestProxyView.as_view()),
+    re_path(r"(?P<path>.*)", views.IIIFProxyView.as_view()),
 ]