Skip to content

Commit

Permalink
fix: vitest url
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjibansg committed Feb 2, 2024
1 parent dd18220 commit 3381457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/assets/js/validate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test("validate", async () => {
"configured recursion limit for URI resolution has been reached",
);
return axios
.post(BASE_URL + "/route/validate/", {
.post(BASE_URL + "/api/route/validate/", {
plan: plan,
override_levels: [2001, 1],
})
Expand Down

0 comments on commit 3381457

Please sign in to comment.