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

This commit is contained in:
Jed Fox
2023-01-31 14:03:19 -05:00
committed by GitHub
parent 71d8c2edff
commit a2c2cf75f5

View File

@@ -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>