浏览代码

fix: ok but now

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",
     });