Skip to content

Commit

Permalink
✨ Add Referentelijsten component to openklant
Browse files Browse the repository at this point in the history
  • Loading branch information
CharString committed Dec 22, 2023
1 parent cee0978 commit c844f2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/openklant/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"openklant.components.contactgegevens",
"openklant.components.legacy.klanten",
"openklant.components.legacy.contactmomenten",
"openklant.components.referentielijsten",
]

MIDDLEWARE = [
Expand Down
4 changes: 4 additions & 0 deletions src/openklant/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
"contactmomenten/api/",
include("openklant.components.legacy.contactmomenten.api.urls"),
),
path(
"referentielijsten/api/",
include("openklant.components.referentielijsten.api.urls"),
),
# Simply show the master template.
path("", TemplateView.as_view(template_name="main.html")),
# separate apps
Expand Down

0 comments on commit c844f2e

Please sign in to comment.