There was an error while loading. Please reload this page.
1 parent 34e823f commit bfdbdf4Copy full SHA for bfdbdf4
1 file changed
apps/persianpart-pwa/src/client.ts
@@ -10,7 +10,7 @@ export const api = createTRPCProxyClient<AppRouter>({
10
links: [
11
errorHandlingLink,
12
httpLink({
13
- url: 'https://api.persianpartshop.ir',
+ url: '//api.persianpartshop.ir',
14
fetch: (input: RequestInfo | URL, init?: RequestInit | undefined) => {
15
request('loading', 'start');
16
0 commit comments