Skip to content

Commit

Permalink
fix integration (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhwang97 authored Oct 10, 2024
1 parent 25be11a commit 9629b8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

1 change: 1 addition & 0 deletions src/pages/TestPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const submitResults = async () => {
};

// send post request to server
console.log(`Submitting results to ${import.meta.env.VITE_TEST_ENDPOINT}`);
const response = await fetch(import.meta.env.VITE_TEST_ENDPOINT, {
method: "POST",
headers: {
Expand Down

0 comments on commit 9629b8e

Please sign in to comment.