Skip to content

Commit 6e3b3ef

Browse files
fix(ping): bad request if body empty
1 parent 4b3feb2 commit 6e3b3ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stores/geode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const use_geode_store = defineStore("geode", {
4848
return useFetch(back_schemas.opengeodeweb_back.ping.$id, {
4949
baseURL: this.base_url,
5050
method: back_schemas.opengeodeweb_back.ping.methods[0],
51+
body: {},
5152
onRequestError({ error }) {
5253
feedback_store.server_error = true
5354
geode_store.is_running = false

0 commit comments

Comments
 (0)