Skip to content

Commit f22684b

Browse files
committed
Fatsecret API call endpoint update
1 parent 50eb237 commit f22684b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/FatSecretService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { toast } from "@/hooks/use-toast";
22
import { apiCall } from './api'; // Import apiCall
33

4-
const PROXY_BASE_URL = "/api/foods/fatsecret"; // Base path for FatSecret proxy endpoints
4+
const PROXY_BASE_URL = "/foods/fatsecret"; // Base path for FatSecret proxy endpoints
55

66
export interface FatSecretFoodItem {
77
food_id: string;

0 commit comments

Comments
 (0)