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

@@ -150,7 +150,7 @@ export default function EditCategoriesList(props) {
dispatch(showBackdrop());
axios({
method: "POST",
url: backend + "/restaurant/lunchSet",
url: backend + "restaurant/lunchSet",
data: data,
headers: {
"x-auth-token": token,