Skip to content

Commit

Permalink
[experiments/twsearch] Update the local server URL.
Browse files Browse the repository at this point in the history
Note that it still doesn't work, as the KPuzzle definition format hasn't been updated yet.
  • Loading branch information
lgarron committed Aug 26, 2023
1 parent 1ff2186 commit 91023be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export async function solveTwsearchServer(
options.searchArgs.randomStart ??= true;
options.searchArgs.startPruneDepth ??= 5;
}
const response = await fetch("http://localhost:2023/v0/solve/state", {
const response = await fetch("http://localhost:2023/v0/solve/pattern", {
...postJSONInit,
body: JSON.stringify({
definition: kpuzzle.definition,
Expand Down

0 comments on commit 91023be

Please sign in to comment.