expose each query ONCE to js, plugin gets initialized with query_uuid only
[unfold.git] / myslice / urls.py
index b5389a1..c3fabab 100644 (file)
@@ -38,7 +38,7 @@ urlpatterns = patterns(
     #
     # the manifold proxy
     #
-    (r'^manifold/api/(?P<format>\w+)/?$', 'engine.manifoldproxy.api'),
+    (r'^manifold/api/(?P<format>\w+)/?$', 'manifold.manifoldproxy.api'),
     #
     # various trash views
     #