mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-07-06 18:39:09 +08:00
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
import { createApi } from '@vtj/web';
|
|
|
|
export const test = createApi({ url: '/api/sys/test' });
|