fix: saknad POST /api/recipes proxy och revalidatePath for admin/products
This commit is contained in:
@@ -21,6 +21,8 @@ export async function createProduct(formData: FormData) {
|
||||
}
|
||||
|
||||
revalidatePath('/inventory');
|
||||
revalidatePath('/admin/products');
|
||||
revalidatePath('/baslager');
|
||||
}
|
||||
|
||||
export async function createInventoryItem(formData: FormData) {
|
||||
|
||||
Reference in New Issue
Block a user