Skip to content

Commit

Permalink
update sentio url
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushKun committed Sep 30, 2024
1 parent 785bc81 commit 74c16b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next_app/src/components/drawer/components/sam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function Sam() {
data.append('code', code);
setAnalyzing(true);
try {
const res = await axios.postForm('https://sam-api-ahqg.onrender.com/analyze', data, {
const res = await axios.postForm('https://sam-offchain-dbedazdhd2dugrdk.eastus-01.azurewebsites.net/analyze', data, {
headers: {
'Content-Type': 'multipart/form-data'
}
Expand Down

0 comments on commit 74c16b2

Please sign in to comment.