Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a81bb92

Browse files
committedFeb 6, 2023
Add url for refresh view
1 parent 19be2fe commit a81bb92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/nav/web/api/v1/urls.py

+1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@
7373
name="prefix-usage-detail",
7474
),
7575
re_path(r'^', include(router.urls)),
76+
re_path(r'^refresh/$', views.JWTRefreshViewSet.as_view(), name='jwt-refresh'),
7677
]

0 commit comments

Comments
 (0)
Please sign in to comment.