Fixed backend URL | Some features

This commit is contained in:
2020-10-24 19:25:36 +02:00
parent f5f758dbdc
commit 8325759c2f
13 changed files with 95 additions and 36 deletions

View File

@@ -53,7 +53,7 @@ export default function EditRestaurantLocation(props) {
hidden: hidden,
};
axios({
url: backend + "/restaurant",
url: backend + "restaurant",
method: "PUT",
data: data,
headers: {