From f65a5bcca2fddb8d23851494697a5ae289992ab5 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Tue, 4 Jul 2017 12:03:41 -0500 Subject: [PATCH] Swapped document urls to have `/doc` prefix --- frontend/index.js | 6 +++--- server/models/Document.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/index.js b/frontend/index.js index 539aa4fcc..160ef99d1 100644 --- a/frontend/index.js +++ b/frontend/index.js @@ -88,7 +88,7 @@ const Api = () => ; const DocumentNew = () => ; const DocumentNewChild = () => ; const RedirectDocument = ({ match }: { match: Object }) => ( - + ); render( @@ -116,13 +116,13 @@ render( />