From 022e151f8fae227058313e8cb2bc88a7f01f1c9e Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Wed, 10 Nov 2021 21:22:56 -0500 Subject: [PATCH] Fixed URL typo on main config html page (#60) --- apprise_api/api/templates/config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apprise_api/api/templates/config.html b/apprise_api/api/templates/config.html index b718091..a416670 100644 --- a/apprise_api/api/templates/config.html +++ b/apprise_api/api/templates/config.html @@ -36,7 +36,7 @@ In the future you can return to this configuration screen at any time by placing the following into your browser: {% endblocktrans %} - {{request.scheme}}://{{request.META.HTTP_HOST}}{{BASE_URL}}/config/{{key}} + {{request.scheme}}://{{request.META.HTTP_HOST}}{{BASE_URL}}/cfg/{{key}}