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.
1 parent 56aab11 commit 475d78eCopy full SHA for 475d78e
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