Compare commits
No commits in common. "fe5f45817d6c4ec22e31d9ea671403ef3ba536f2" and "51b6397f4286f343bd4cee86c3b99570c238fab0" have entirely different histories.
fe5f45817d
...
51b6397f42
2 changed files with 2 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -38,7 +38,7 @@ export default defineHook(({ action }, { env }) => {
|
|||
`
|
||||
|
||||
const handleMapsEvent = async () => {
|
||||
const response = await fetch(`${env.LOCAL_URL}/graphql`, {
|
||||
const response = await fetch(`${env.PUBLIC_URL}/graphql`, {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue