web client v0.3

+ restaurant view
+ restaurants list
This commit is contained in:
2020-09-23 18:42:15 +02:00
parent 68ecf13aa1
commit e19b767c12
6 changed files with 108 additions and 44 deletions

View File

@@ -74,7 +74,7 @@ function App(props) {
/>
<PrivateRoute path="/settings" component={<Settings />} />
<PrivateRoute
path="/editRestaurant:id"
path="/editRestaurant/:id"
component={<EditRestaurant />}
/>
<Route path="/forgotpassword">