Skip to content
Snippets Groups Projects
Unverified Commit a2c2cf75 authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Allow configuring the server from any page on the management app (#598)

parent 71d8c2ed
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ class ManagementApp extends React.Component {
<Switch>
<Route exact path="/config-server" component={null} />
<Route exact path="/" component={ServerURL} />
<Route path="/" component={ServerURL} />
</Switch>
<Version />
</View>
......
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