瀏覽代碼

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];