소스 검색

fix: tests baseUrl

Sv443 6 달 전
부모
커밋
ffd2d394c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/constants.ts

+ 1 - 1
test/constants.ts

@@ -1,6 +1,6 @@
 import "dotenv/config";
 
-export const baseUrl = `http://127.0.0.1:${process.env.HTTP_PORT}`;
+export const baseUrl = `http://127.0.0.1:${process.env.HTTP_PORT}/v2`;
 
 const authToken = process.env.AUTH_TOKENS?.split(",")[0];