revert cors for now
This commit is contained in:
parent
6ad2d6d7d3
commit
c47dac9986
3 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,6 @@ export const addRecipe = async (recipeData) => {
|
|||
};
|
||||
|
||||
export const deleteRecipe = async (id) => {
|
||||
console.log('run delete')
|
||||
console.log(id)
|
||||
// return
|
||||
const response = await fetch("http://localhost:3000/delete-recipe", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue