From 2fb874d2c66ce647fb29fd2afdc6b32ec49d433c Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 30 Oct 2018 16:48:38 -0500 Subject: [PATCH] Document route --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index f895875..c5ede6f 100644 --- a/README.rst +++ b/README.rst @@ -39,6 +39,17 @@ facility. You will almost always want to install this when installing any of the other PGWUI programs. + +URL Configuration +----------------- + +The default URL for PGWUI_Logout looks like +*https://www.example.com/logout*. The route name is ``logout``. + +See the PGWUI_Common documentation for how to configure a different +route. + + Complete Documentation ---------------------- -- 2.34.1