Sfoglia il codice sorgente

fix: tests baseUrl

Sv443 6 mesi fa
parent
commit
ffd2d394c1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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];