From: Karl O. Pinc Date: Tue, 30 Oct 2018 21:48:38 +0000 (-0500) Subject: Document route X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=2fb874d2c66ce647fb29fd2afdc6b32ec49d433c;p=pgwui_logout Document route --- 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 ----------------------