From: Karl O. Pinc Date: Tue, 30 Oct 2018 21:47:21 +0000 (-0500) Subject: Document route X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=603c6ece176cca764a67be2b0d2c41b59c7e077c;p=pgwui_upload Document route --- diff --git a/README.rst b/README.rst index c5a515d..a8aceaa 100644 --- a/README.rst +++ b/README.rst @@ -42,6 +42,16 @@ each batch of data in a transaction so that either all the data in the batch goes into the database or of the data none does. +URL Configuration +----------------- + +The default URL for PGWUI_Upload looks like +*https://www.example.com/upload*. The route name is ``upload``. + +See the PGWUI_Server documentation for how to configure a different +route. + + Development Status ------------------