Skip to content

Commit bfdbdf4

Browse files
authored
Update client.ts
1 parent 34e823f commit bfdbdf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/persianpart-pwa/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const api = createTRPCProxyClient<AppRouter>({
1010
links: [
1111
errorHandlingLink,
1212
httpLink({
13-
url: 'https://api.persianpartshop.ir',
13+
url: '//api.persianpartshop.ir',
1414
fetch: (input: RequestInfo | URL, init?: RequestInit | undefined) => {
1515
request('loading', 'start');
1616

0 commit comments

Comments
 (0)