feat(environment): add environment CRUD module and wire into auth login
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { PartialType } from '@nestjs/swagger';
|
||||
import { CreateEnvironmentDto } from './create-environment.dto';
|
||||
|
||||
export class UpdateEnvironmentDto extends PartialType(CreateEnvironmentDto) {}
|
||||
Reference in New Issue
Block a user