Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
amirkhan-ak-sf committed Jul 19, 2024
1 parent f29ddae commit 076c9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function sendMessage() {
document.getElementById('user-input').value = ''; // Clear the input field

try {
const response = await fetch('https://autonomous-agents-einsteinai-trustlayer-qq54l5.5sc6y6-4.usa-e2.cloudhub.io/tools', {
const response = await fetch('https://einstein-ai-trust-layer-i3evmd.5sc6y6-4.usa-e2.cloudhub.io/tools', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit 076c9fb

Please sign in to comment.