mirror of
https://github.com/documenso/documenso.git
synced 2026-07-27 02:15:05 +10:00
♻️ getUser
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const getUser = (): Promise<any> => {
|
||||
return fetch("/api/users/me");
|
||||
};
|
||||
Reference in New Issue
Block a user