Sv443 преди 4 месеца
родител
ревизия
cded73adf5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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",
     });