web client v0.3
+ restaurant view + restaurants list
This commit is contained in:
@@ -74,7 +74,7 @@ function App(props) {
|
||||
/>
|
||||
<PrivateRoute path="/settings" component={<Settings />} />
|
||||
<PrivateRoute
|
||||
path="/editRestaurant:id"
|
||||
path="/editRestaurant/:id"
|
||||
component={<EditRestaurant />}
|
||||
/>
|
||||
<Route path="/forgotpassword">
|
||||
|
||||
Reference in New Issue
Block a user