Untitled

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