We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77536d0 + 475d78e commit 124d1d9Copy full SHA for 124d1d9
src/utils/fetcher.ts
@@ -11,7 +11,7 @@ const fetch = window.fetch || unfetch
11
export class NetworkError extends Error {}
12
13
const baseURL = envUseProductionApi
14
- ? 'https://api.prts.plus'
+ ? 'https://prts.maa.plus'
15
: 'http://localhost:5259'
16
17
export const FETCHER_CONFIG: {
0 commit comments