Skip to content

Commit

Permalink
api key
Browse files Browse the repository at this point in the history
  • Loading branch information
suhas-kadu committed May 2, 2022
1 parent e044e7d commit 1e43309
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.env.development.local
.env.test.local
.env.production.local
.env

npm-debug.log*
yarn-debug.log*
Expand Down
6 changes: 3 additions & 3 deletions src/components/Routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ export const Routes = () => {
<Route exact path="/">
<Redirect to="/search" />
</Route>
<Route exact path="/search">
<Route exact path={["/search", "image", "/news", "/video"]}>
<Results />
</Route>
<Route path="/image">
{/* <Route path="/image">
<Results />
</Route>
<Route path="/news">
<Results />
</Route>
<Route path="/video">
<Results />
</Route>
</Route> */}
</Switch>
</div>
);
Expand Down

0 comments on commit 1e43309

Please sign in to comment.