ソースを参照

fix: tests baseUrl

Sv443 4 ヶ月 前
コミット
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];