server config

This commit is contained in:
2020-04-18 01:53:59 +02:00
parent 4314d012b9
commit f201620c24
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ class App extends Component {
render() {
//change basename in browserrouter if uri changes
return (
<BrowserRouter basename="/">
<BrowserRouter basename="/simcompanies">
<Navbar></Navbar>
</BrowserRouter>
);