mirror of
https://github.com/caronc/apprise-api.git
synced 2025-08-10 23:23:36 +02:00
better stateless support
This commit is contained in:
@ -44,4 +44,7 @@ urlpatterns = [
|
||||
re_path(
|
||||
r'^notify/(?P<key>[\w_-]{1,64})/?',
|
||||
views.NotifyView.as_view(), name='notify'),
|
||||
re_path(
|
||||
r'^notify/?',
|
||||
views.StatelessNotifyView.as_view(), name='s_notify'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user