mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-21 19:42:07 +00:00
10
projects/sandbox/src/app.module.ts
Normal file
10
projects/sandbox/src/app.module.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { SandboxController } from './sandbox/sandbox.controller';
|
||||
import { SandboxService } from './sandbox/sandbox.service';
|
||||
|
||||
@Module({
|
||||
imports: [],
|
||||
controllers: [SandboxController],
|
||||
providers: [SandboxService]
|
||||
})
|
||||
export class AppModule {}
|
Reference in New Issue
Block a user