completionId: cgen-d57a797de51c4d65bc098f5a30ea818c
cgen-d57a797de51c4d65bc098f5a30ea818c
This commit is contained in:
parent
d0bbbbefd9
commit
9e246d8515
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ import type {
|
|||
CommunityPost,
|
||||
} from "./database.types";
|
||||
|
||||
// API Base URL for fetch requests
|
||||
const API_BASE = import.meta.env.VITE_API_BASE || "";
|
||||
|
||||
// User Profile Services
|
||||
export const userProfileService = {
|
||||
async getProfile(userId: string): Promise<UserProfile | null> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue