add folder operation and use createQueryRunner
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Controller } from "@nestjs/common";
|
||||
import { OperationsService } from "./operations.services";
|
||||
|
||||
@Controller('operations')
|
||||
export class OperationsController{
|
||||
constructor(private readonly operationsService:OperationsService){}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user