Update SetupPart.tsx

This commit is contained in:
Pas 2025-04-17 08:46:57 -06:00
parent bb2fce75ee
commit 5dc5fe95db

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/tt0325980`;
const sleep = (ms: number): Promise<void> => {
return new Promise((resolve) => {