From d3b0ccbf0bf037bcde0353dce8600503f608b77e Mon Sep 17 00:00:00 2001 From: Johnathan Clementi Date: Fri, 8 Nov 2024 12:04:22 -0500 Subject: [PATCH] nit --- arches_lingo/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/arches_lingo/urls.py b/arches_lingo/urls.py index f1633d6..8ea2094 100644 --- a/arches_lingo/urls.py +++ b/arches_lingo/urls.py @@ -21,6 +21,7 @@ path("login", LingoRootView.as_view(), name="login"), path("advanced-search", LingoRootView.as_view(), name="advanced-search"), path("schemes", LingoRootView.as_view(), name="schemes"), + path("scheme/", LingoRootView.as_view(), name="scheme"), path("concept/", LingoRootView.as_view(), name="concept"), path("api/concept-tree", ConceptTreeView.as_view(), name="api-concepts"), path("api/search", ValueSearchView.as_view(), name="api-search"),