mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-17 16:45:02 +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
151 B
TypeScript
7 lines
151 B
TypeScript
import { settingContract } from './setting';
|
|
import { c } from '../../../init';
|
|
|
|
export const chatContract = c.router({
|
|
setting: settingContract
|
|
});
|