mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-18 08:32:15 +00:00
use the gorge as test
This commit is contained in:
parent
59e6d0de03
commit
8262e5ba12
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/tt13654226`;
|
||||
|
||||
const sleep = (ms: number): Promise<void> => {
|
||||
return new Promise((resolve) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue