initial
This commit is contained in:
10
ts/api/index.ts
Normal file
10
ts/api/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* API Gateway Module
|
||||
*
|
||||
* OpenAI-compatible API server for ModelGrid.
|
||||
*/
|
||||
|
||||
export { ApiServer } from './server.ts';
|
||||
export { ApiRouter } from './router.ts';
|
||||
export * from './handlers/index.ts';
|
||||
export * from './middleware/index.ts';
|
||||
Reference in New Issue
Block a user