2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 13:56:30 +00:00
This commit is contained in:
Matthias
2021-11-29 23:50:15 +01:00
parent 2dbb21f8e7
commit 0cefbe41c8

View File

@ -259,7 +259,7 @@ common_api_urls = [
url(r'.*$', NotificationDetail.as_view(), name='api-notifications-detail'), url(r'.*$', NotificationDetail.as_view(), name='api-notifications-detail'),
])), ])),
# Notification messages list # Notification messages list
url(r'^.*$', NotificationList.as_view(), name='api-notifications-list'), url(r'^.*$', NotificationList.as_view(), name='api-notifications-list'),
])), ])),