Skip to content

Commit

Permalink
change api
Browse files Browse the repository at this point in the history
  • Loading branch information
parker23b committed Oct 1, 2024
1 parent f46b61b commit 16621d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ const { title, description, type = "website" } = Astro.props;
loader?.classList.remove("hidden");

fetch(
"https://avqfk3gzg2.execute-api.us-east-1.amazonaws.com/prod/formSubmit",
"https://pvwhresjz0.execute-api.us-east-1.amazonaws.com/dev/formSubmit",
{
method: "POST",
body: JSON.stringify(payload),
headers: {
"X-Api-Key": "ox9fSkYfRK16mxy5Gv6pM121H7iAubAQ6uzsDmoW",
"X-Api-Key": "xpIcQXHk0Y1XUmBBH4xUl5ScFxgddlFnEpQeSzO3",
},
}
)
Expand Down

0 comments on commit 16621d4

Please sign in to comment.