소스 검색

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