mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
♻️ getUser
This commit is contained in:
3
packages/lib/api/getUser.ts
Normal file
3
packages/lib/api/getUser.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export const getUser = (): Promise<any> => {
|
||||
return fetch("/api/users/me");
|
||||
};
|
||||
Reference in New Issue
Block a user