Skip to content

Commit

Permalink
Add url for refresh view
Browse files Browse the repository at this point in the history
  • Loading branch information
stveit committed Feb 6, 2023
1 parent 19be2fe commit a81bb92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/nav/web/api/v1/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@
name="prefix-usage-detail",
),
re_path(r'^', include(router.urls)),
re_path(r'^refresh/$', views.JWTRefreshViewSet.as_view(), name='jwt-refresh'),
]

0 comments on commit a81bb92

Please sign in to comment.