Skip to content

Commit 2654f16

Browse files
committed
[imad-console] Updates ui/main.js
1 parent 2eed9d8 commit 2654f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ button.onclick = function () {
1313
}
1414

1515
};
16-
request.open('GET', 'http://gowthamgowda57.imad.hasura-app.io/counter', true);
16+
request.open('GET', 'http://gowthamgowda57.imad.hasura-app.io', true);
1717
request.send(null);
1818
};

0 commit comments

Comments
 (0)