Skip to content

Commit

Permalink
Added blank line at the end file
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegatorLE committed Oct 22, 2023
1 parent 07d14f7 commit ee04ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
path("token/refresh/", TokenRefreshView.as_view(), name="token_refresh"),
path("token/verify/", TokenVerifyView.as_view(), name="token_verify"),
path("me/", ManageUserView.as_view(), name="manage"),
]
]

0 comments on commit ee04ff6

Please sign in to comment.