use the gorge as test

This commit is contained in:
Pas 2025-04-17 18:10:54 -06:00
parent 59e6d0de03
commit 8262e5ba12

View file

@ -52,7 +52,7 @@ const getBaseUrl = (): string => {
const BASE_URL = getBaseUrl();
const testUrl = "https://postman-echo.com/get";
const febboxApiTestUrl = `${BASE_URL}/movie/tt0325980`;
const febboxApiTestUrl = `${BASE_URL}/movie/tt13654226`;
const sleep = (ms: number): Promise<void> => {
return new Promise((resolve) => {