Skip to content

Commit

Permalink
Update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kelly committed Apr 9, 2024
1 parent 858917a commit 1bcf718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1>Get ready to fast track advanced theme development</h1>
};

try {
const baseURL = 'http://localhost:3000' //'https://api.archetypethemes.co'
const baseURL = 'https://api.archetypethemes.co'
const response = await fetch(`${baseURL}/api/newsletter/add`, options);

// Handle error state
Expand Down

0 comments on commit 1bcf718

Please sign in to comment.