This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
documenso
Watch
1
Star
0
Fork
You've already forked documenso
0
mirror of
https://github.com/documenso/documenso
synced
2026-05-04 22:08:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
d688e174a3
documenso
/
packages
/
lib
/
api
/
getUser.ts
4 lines
86 B
TypeScript
Raw
Normal View
History
Unescape
Escape
🎨 ♻️ deleteDocument, reponse types
2023-03-01 14:31:43 +00:00
export
const
getUser
=
(
)
:
Promise
<
Response
>
=
>
{
♻️ getUser
2023-03-01 14:11:08 +00:00
return
fetch
(
"/api/users/me"
)
;
}
;
Reference in a new issue
Copy permalink