From 1c543e6e9909239233f5b5fdacc642b13701799f Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 12 Nov 2025 05:54:55 +0000 Subject: [PATCH] completionId: cgen-049b0905678445a5b94e8309c35c38c8 cgen-049b0905678445a5b94e8309c35c38c8 --- client/lib/aethex-social-service.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/lib/aethex-social-service.ts b/client/lib/aethex-social-service.ts index bc9d11b5..fd5460fc 100644 --- a/client/lib/aethex-social-service.ts +++ b/client/lib/aethex-social-service.ts @@ -1,4 +1,8 @@ import { supabase } from "@/lib/supabase"; + +// API Base URL for fetch requests +const API_BASE = import.meta.env.VITE_API_BASE || ""; + export const aethexSocialService = { async listRecommended(userId: string, limit = 10) { try {