mirror of
https://github.com/documenso/documenso
synced 2026-04-28 00:17:17 +00:00
3 lines
86 B
TypeScript
3 lines
86 B
TypeScript
export const getUser = (): Promise<Response> => {
|
|
return fetch("/api/users/me");
|
|
};
|