Skip to content
Snippets Groups Projects
Commit 058e584a authored by dominip89's avatar dominip89
Browse files

Fixes REST to use new model

parents 257e58b5 f82877a0
No related branches found
No related tags found
No related merge requests found
......@@ -25,4 +25,4 @@ router.register(r"criterion-list", views.CriterionListView, "criterion-list")
urlpatterns = [
path("admin/", admin.site.urls),
path("api/admin/", include(router.urls)),
]
\ No newline at end of file
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment