refactor: store folder for redux
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import type { CreateClientConfig } from './client/client.gen';
|
||||
import type { CreateClientConfig } from "@/lib/client/client.gen";
|
||||
|
||||
export const createClientConfig: CreateClientConfig = (config) => ({
|
||||
export const createClientConfig: CreateClientConfig = config => ({
|
||||
...config,
|
||||
baseUrl: 'http://crm.logidex.ru/api',
|
||||
});
|
||||
baseUrl: "http://crm.logidex.ru/api",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user