gene res 생성 및 next 업데이트
This commit is contained in:
7
backend/src/gene/gene.controller.ts
Normal file
7
backend/src/gene/gene.controller.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Controller } from '@nestjs/common';
|
||||
import { GeneService } from './gene.service';
|
||||
|
||||
@Controller('gene')
|
||||
export class GeneController {
|
||||
constructor(private readonly geneService: GeneService) {}
|
||||
}
|
||||
Reference in New Issue
Block a user