Fixed backend URL | Some features
This commit is contained in:
@@ -214,7 +214,7 @@ export default function EditRestaurantInfo(props) {
|
||||
};
|
||||
dispatch(showBackdrop());
|
||||
axios({
|
||||
url: backend + "/restaurant",
|
||||
url: backend + "restaurant",
|
||||
method: "PUT",
|
||||
data: data,
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user