pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update SetupPart.tsx

Pas 5dc5fe95 bb2fce75

+1 -1
+1 -1
src/pages/parts/settings/SetupPart.tsx
··· 52 52 const BASE_URL = getBaseUrl(); 53 53 54 54 const testUrl = "https://postman-echo.com/get"; 55 - const febboxApiTestUrl = `${BASE_URL}/movie//tt0325980`; 55 + const febboxApiTestUrl = `${BASE_URL}/movie/tt0325980`; 56 56 57 57 const sleep = (ms: number): Promise<void> => { 58 58 return new Promise((resolve) => {