mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-01 02:01:34 +08:00
bd966d479f
* fix: login secret * lock * env template * fix: ts * fix: ts * fix: ts
9 lines
226 B
TypeScript
9 lines
226 B
TypeScript
import { AdminInformPath } from './inform';
|
|
import { AdminLoginPath } from './login';
|
|
import type { OpenAPIPath } from '../../../type';
|
|
|
|
export const AdminUserPath: OpenAPIPath = {
|
|
...AdminInformPath,
|
|
...AdminLoginPath
|
|
};
|