mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
export const getUser = (): Promise<Response> => {
|
|
return fetch("/api/users/me");
|
|
};
|