Compare commits
2 commits
51b6397f42
...
fe5f45817d
Author | SHA1 | Date | |
---|---|---|---|
fe5f45817d | |||
147b7e3a09 |
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.PUBLIC_URL}/graphql`, {
|
||||
const response = await fetch(`${env.LOCAL_URL}/graphql`, {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue