Fixed backend URL | Some features
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user