Untitled
unknown
plain_text
2 years ago
108 B
5
Indexable
(async () () => {
	const res = await window.fetch("v1/mock/users-auth")
	console.log(await res.json())
})();Editor is loading...
Leave a Comment
(async () () => {
	const res = await window.fetch("v1/mock/users-auth")
	console.log(await res.json())
})();