summaryrefslogtreecommitdiffstats
path: root/webapp/root.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-29 15:13:31 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-29 15:19:04 -0400
commit132d4cdf8f01b068ec9c343a4ecbf1e7e23e19e5 (patch)
tree9c9f4db39a0172b4e4752801ac1a0a4d9fe64b18 /webapp/root.jsx
parent46020c7722aff1690aae8f31c443c0c6af4a6083 (diff)
downloadchat-132d4cdf8f01b068ec9c343a4ecbf1e7e23e19e5.tar.gz
chat-132d4cdf8f01b068ec9c343a4ecbf1e7e23e19e5.tar.bz2
chat-132d4cdf8f01b068ec9c343a4ecbf1e7e23e19e5.zip
Moved backstage integrations pages to /settings/integrations
Diffstat (limited to 'webapp/root.jsx')
-rw-r--r--webapp/root.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/root.jsx b/webapp/root.jsx
index 38b7a9a43..ddac0658b 100644
--- a/webapp/root.jsx
+++ b/webapp/root.jsx
@@ -247,7 +247,7 @@ function renderRootComponent() {
path=':team/logout'
onEnter={onLoggedOut}
/>
- <Route path=':team/integrations'>
+ <Route path='settings/integrations'>
<IndexRedirect to='installed'/>
<Route
path='installed'