Skip to content
Snippets Groups Projects
Commit 6a42ba69 authored by Ryan Sanford's avatar Ryan Sanford
Browse files

Routing table default page of docs endpoint

parent bba73fe1
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ RUN apt-get update \
python-pip \
libffi-dev \
libssl-dev \
libpcre3 \
libpcre3-dev \
git \
&& rm -rf /var/lib/apt/lists/* \
&& pip install -U pip
......
......@@ -7,5 +7,7 @@ die-on-term = True
processes = 4
threads = 2
route-uri = ^/api/docs$ redirect-permanent:/api/docs/http-routingtable.html
route-uri = ^/api/docs/$ redirect-permanent:/api/docs/http-routingtable.html
static-map = /api/docs=/var/scitran/code/api/docs/build
static-index = index.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment