diff --git a/frontend/src/util.ts b/frontend/src/util.ts index 704cbf2..1d1f2e7 100644 --- a/frontend/src/util.ts +++ b/frontend/src/util.ts @@ -1,6 +1,6 @@ import fetch from 'cross-fetch'; -const API_ROOT = "https://fediverse.space/api/v1/" +const API_ROOT = "https://api.fediverse.space/api/v1/" // const API_ROOT = "http://localhost:8000/api/v1/" export const getFromApi = (path: string): Promise => {