feat: Add Model gestion for piece and component
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
import { Controller, Get, Post, Body, Patch, Param, Delete } from '@nestjs/common';
|
||||
import {
|
||||
Controller,
|
||||
Get,
|
||||
Post,
|
||||
Body,
|
||||
Patch,
|
||||
Param,
|
||||
Delete,
|
||||
} from '@nestjs/common';
|
||||
import { MachinesService } from './machines.service';
|
||||
import {
|
||||
CreateMachineDto,
|
||||
|
||||
Reference in New Issue
Block a user