Skip to content

Commit

Permalink
api-docs router fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PietrzakAdrian committed Aug 15, 2019
1 parent 1dcb740 commit 05ac428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/app/containers/App/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default function App() {
<Route path="/payment" component={PaymentPage} />
<Route path="/history" component={HistoryPage} />
<Route path="/settings" component={SettingsPage} />
<Route path="/api-docs" render={() => <Redirect to="/api-docs" />} />
<Route render={() => <Redirect to="/404" />} />
</Switch>
</Header>
Expand Down

0 comments on commit 05ac428

Please sign in to comment.