Skip to content

Commit

Permalink
router redirect added.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwajeetraj11 committed Nov 16, 2021
1 parent 3ff37f1 commit acbaf7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Router.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const AppRouter = () => (
<Route path="/organisation/tesseract-coding" component={TesseractCoding} />
<Route path="/2020-student-reports/:name" component={StudentReport} />
<Route path="/2020-student-reports" component={StudentReportsPage} />
<Redirect from="*" to="/" />
</Switch>
<Footer />
</Router>
Expand Down

1 comment on commit acbaf7f

@vercel
Copy link

@vercel vercel bot commented on acbaf7f Nov 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/dsc-nsec/settings/billing.

Please sign in to comment.