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 4b3feb2 commit 6e3b3efCopy full SHA for 6e3b3ef
stores/geode.js
@@ -48,6 +48,7 @@ export const use_geode_store = defineStore("geode", {
48
return useFetch(back_schemas.opengeodeweb_back.ping.$id, {
49
baseURL: this.base_url,
50
method: back_schemas.opengeodeweb_back.ping.methods[0],
51
+ body: {},
52
onRequestError({ error }) {
53
feedback_store.server_error = true
54
geode_store.is_running = false
0 commit comments