mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
Update SetupPart.tsx
This commit is contained in:
parent
bb2fce75ee
commit
5dc5fe95db
1 changed files with 1 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue