Compare commits

...

2 commits

Author SHA1 Message Date
fe5f45817d
differentiate between local and remote url 2025-08-27 17:34:55 +02:00
147b7e3a09
differentiate between local and remote url 2025-08-27 17:34:29 +02:00
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View file

@ -38,7 +38,7 @@ export default defineHook(({ action }, { env }) => {
`
const handleMapsEvent = async () => {
const response = await fetch(`${env.PUBLIC_URL}/graphql`, {
const response = await fetch(`${env.LOCAL_URL}/graphql`, {
method: "POST",
headers: {
"Content-Type": "application/json",