completionId: cgen-049b0905678445a5b94e8309c35c38c8
cgen-049b0905678445a5b94e8309c35c38c8
This commit is contained in:
parent
cec8cd0448
commit
1c543e6e99
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue