2021-11-22 00:14:12 +08:00
|
|
|
import { createRequest } from './axios';
|
2021-05-29 03:02:15 +08:00
|
|
|
|
|
|
|
export const adminRequest = createRequest({
|
2021-09-09 00:08:09 +08:00
|
|
|
baseURL: import.meta.env.VITE_HTTP_URL_EMOSS_ADMIN as string
|
2021-05-29 03:02:15 +08:00
|
|
|
});
|