revert cors for now

This commit is contained in:
fred 2025-07-17 10:07:36 -07:00
parent 6ad2d6d7d3
commit c47dac9986
3 changed files with 3 additions and 1 deletions

View file

@ -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", {