We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe8cb2 commit 53f5e38Copy full SHA for 53f5e38
js/main.js
@@ -1,7 +1,7 @@
1
2
const fetchUsers = async () =>
3
-// await (await fetch('/.netlify/functions/getusers')).json();
4
-await (await fetch('http://localhost:9000/getusers')).json();
+await (await fetch('/.netlify/functions/getusers')).json();
+// await (await fetch('http://localhost:9000/getusers')).json();
5
fetchUsers().then(data => {
6
userList = document.querySelector('#users');
7
0 commit comments