#31 API Frontend token generating
* adds frontend settings for users to create API tokens on their user settings
This commit is contained in:
@@ -13,6 +13,7 @@ app_name = "user"
|
||||
urlpatterns = [
|
||||
path("", index_view, name="index"),
|
||||
path("notifications/", notifications_view, name="notifications"),
|
||||
path("token/api", api_token_view, name="api-token"),
|
||||
path("contact/<id>", contact_view, name="contact"),
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user