Skip to content

Commit

Permalink
added diary api
Browse files Browse the repository at this point in the history
  • Loading branch information
pyprism committed Aug 17, 2024
1 parent b641749 commit 5813400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diary/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

router = routers.DefaultRouter()
router.register('tags', views.TagViewSet, basename='tags')
router.register('diaries', views.DiaryViewSet, basename='diaries')

urlpatterns = [
re_path(r'^v1/', include(router.urls)),
Expand Down

0 comments on commit 5813400

Please sign in to comment.