mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 03:30:25 -05:00
13 lines
210 B
TypeScript
13 lines
210 B
TypeScript
// @ts-ignore
|
|
|
|
// API 更新时间:
|
|
// API 唯一标识:
|
|
import * as auth from './auth';
|
|
import * as common from './common';
|
|
import * as oauth from './oauth';
|
|
export default {
|
|
auth,
|
|
oauth,
|
|
common,
|
|
};
|