mirror of
https://github.com/caronc/apprise-api.git
synced 2025-08-13 08:27:01 +02:00
Added a Apprise URL Details Endpoint (/details) (#105)
This commit is contained in:
@ -29,6 +29,9 @@ urlpatterns = [
|
||||
re_path(
|
||||
r'^$',
|
||||
views.WelcomeView.as_view(), name='welcome'),
|
||||
re_path(
|
||||
r'^details/?',
|
||||
views.DetailsView.as_view(), name='details'),
|
||||
re_path(
|
||||
r'^cfg/(?P<key>[\w_-]{1,64})/?',
|
||||
views.ConfigView.as_view(), name='config'),
|
||||
|
Reference in New Issue
Block a user