We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd7547 commit d3ddb4cCopy full SHA for d3ddb4c
1 file changed
src/mocks/server.ts
@@ -17,7 +17,7 @@ if (!port) {
17
throw new Error("API_BASE_URL must include a port number");
18
}
19
20
-const healthHandler = http.get("*/health", () => {
+const healthHandler = http.get("/health", () => {
21
return HttpResponse.json({ status: "ok" });
22
});
23
0 commit comments