completionId: cgen-049b0905678445a5b94e8309c35c38c8

cgen-049b0905678445a5b94e8309c35c38c8
This commit is contained in:
Builder.io 2025-11-12 05:54:55 +00:00
parent cec8cd0448
commit 1c543e6e99

View file

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