Skip to content

Commit

Permalink
feat: add highlighter route
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Oct 6, 2023
1 parent 62b9830 commit 787c820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis_ontology/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"entity/<int:pk>/", GetEntityGeneric.as_view(), name="GetEntityGenericRoot"
),
path("", TemplateView.as_view(template_name="base.html")),
path("highlighter/", include("apis_highlighter.urls", namespace="highlighter")),
]

urlpatterns += staticfiles_urlpatterns()
Expand Down

0 comments on commit 787c820

Please sign in to comment.