We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eed9d8 commit 2654f16Copy full SHA for 2654f16
ui/main.js
@@ -13,6 +13,6 @@ button.onclick = function () {
13
}
14
15
};
16
- request.open('GET', 'http://gowthamgowda57.imad.hasura-app.io/counter', true);
+ request.open('GET', 'http://gowthamgowda57.imad.hasura-app.io', true);
17
request.send(null);
18
0 commit comments