Skip to content

Commit

Permalink
Merge pull request #141 from yravinderkumar33/sprint-12
Browse files Browse the repository at this point in the history
Base URL change for the Demo application.
  • Loading branch information
maheshkumargangula authored May 5, 2022
2 parents eef2357 + d1fb722 commit a7c945b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion demo-app/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "client",
"version": "0.1.0",
"homepage": "/demo-app/",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
Expand Down
1 change: 0 additions & 1 deletion demo-app/client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="HCX POC application" />
<base href="%PUBLIC_URL%/">
<title>Swasth HCX POC Application</title>
</head>

Expand Down
2 changes: 1 addition & 1 deletion demo-app/client/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { BrowserRouter } from 'react-router-dom'

ReactDOM.render(
<React.StrictMode>
<BrowserRouter basename='/demo-app'>
<BrowserRouter>
<App />
</BrowserRouter>
</React.StrictMode>,
Expand Down

0 comments on commit a7c945b

Please sign in to comment.