Răsfoiți Sursa

fix: ok but now

Sv443 4 luni în urmă
părinte
comite
cded73adf5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      test/misc.spec.ts

+ 1 - 1
test/misc.spec.ts

@@ -4,7 +4,7 @@ describe("Misc", () => {
   //#region health check
 
   it("Health check", async () => {
-    const res = await fetch(baseUrl, {
+    const res = await fetch(`${baseUrl}/health`, {
       ...defaultFetchOpts,
       method: "HEAD",
     });