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