mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
6 lines
155 B
TypeScript
6 lines
155 B
TypeScript
import { createRequest } from './request';
|
|
|
|
export const adminRequest = createRequest({
|
|
baseURL: import.meta.env.VITE_HTTP_URL_EMOSS_ADMIN as string
|
|
});
|