Skip to content

Commit

Permalink
Update chat.html
Browse files Browse the repository at this point in the history
/health
  • Loading branch information
billdoering authored Nov 25, 2024
1 parent 531869f commit c392a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guidelines/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>API Request Example</h1>

<script>
// Set the API URL and your API Key (replace with your actual API key)
const apiUrl = 'https://rymbdabr8f.execute-api.us-west-2.amazonaws.com/api/'; // API endpoint
const apiUrl = 'https://rymbdabr8f.execute-api.us-west-2.amazonaws.com/api/health'; // API endpoint
const apiKey = 'd4t8B58WNE6mhH5ycoSpE1EOq60Jfruw4r13Bi1o'; // Your API key

// Make the API call using Fetch
Expand Down

0 comments on commit c392a01

Please sign in to comment.