mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 23:55:36 +00:00

* feat: integrate ts-rest * chore: classify core contract and pro contract * chore: update lockfile * chore: tweak dir structure * chore: tweak dir structure
7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
import { userContract } from './user';
|
|
import { c } from '../../../init';
|
|
|
|
export const supportContract = c.router({
|
|
user: userContract
|
|
});
|