Skip to content

Commit 877ed2e

Browse files
Use Spring-Backend for equivalence checking API call
1 parent 0d159c8 commit 877ed2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/solvers/Graph/equivalence/useEquivalenceChecking.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ async function performCheck(
116116
qasmB: string,
117117
): Promise<EquivalenceCheckResponse> {
118118
const strategy = "mqt-qcec";
119-
const response = await fetch("http://localhost:8100/api/equivalence-check", {
119+
const response = await fetch("http://localhost:8080/tools/equivalencechecking", {
120120
method: "POST",
121121
headers: {
122122
"Content-Type": "application/json",

0 commit comments

Comments
 (0)