Skip to content

Commit 7b0c89f

Browse files
committed
added backup webservice
Signed-off-by: Arya Pratap Singh <notaryasingh@gmail.com>
1 parent d5398e4 commit 7b0c89f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend-interface/app/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ const DSASolutionInterface = () => {
6767
setLoading(true);
6868
try {
6969

70-
71-
7270
const response = await fetch("https://novel-tasia-arya007-ab53373f.koyeb.app/copilotkit", {
7371
method: "POST",
7472
headers: {
@@ -97,7 +95,7 @@ const DSASolutionInterface = () => {
9795
setSolution({
9896
code: cleanCode,
9997
explanation: data.explanation || "",
100-
visualization: cleanVisualization,https://novel-tasia-arya007-ab53373f.koyeb.app/copilotkit
98+
visualization: cleanVisualization,
10199
});
102100

103101
setTimeComplexity(data.time_complexity || "O(1)");

0 commit comments

Comments
 (0)