Skip to content

Commit

Permalink
✏️ Typo in URL pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeribekker committed May 28, 2024
1 parent d6ced0b commit 13062e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/referentielijsten/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .viewset import ItemViewSet, TabelViewSet

router = routers.DefaultRouter()
router.register("item", ItemViewSet)
router.register("items", ItemViewSet)
router.register("tabellen", TabelViewSet)

urlpatterns = [
Expand Down

0 comments on commit 13062e9

Please sign in to comment.