Skip to content

Commit 0712a25

Browse files
committed
change in backend url in /analyze/loading page
1 parent b02db47 commit 0712a25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/app/analyze/loading/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function LoadingPage() {
6161
setArticleUrl(storedUrl)
6262

6363
try {
64-
const res = await axios.post("https://Thunder1245-perspective1.hf.space/api/process", {
64+
const res = await axios.post("https://Thunder1245-perspective-backend.hf.space/api/process", {
6565
url: storedUrl,
6666
})
6767

0 commit comments

Comments
 (0)