Renaming of rest resources
This commit is contained in:
parent
f936e84168
commit
face2f45e4
41 changed files with 61 additions and 61 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { RecipeDto } from "../dtos/RecipeDto.js";
|
||||
import { RecipeDto } from "../api/dtos/RecipeDto.js";
|
||||
import { RecipeDtoEntityMapper } from "../mappers/RecipeDtoEntityMapper.js";
|
||||
import { RecipeRepository } from "../repositories/RecipeRepository.js";
|
||||
import { NotFoundError, ValidationError } from "../errors/httpErrors.js";
|
||||
import { RecipeInstructionStepDto } from "../dtos/RecipeInstructionStepDto.js";
|
||||
import { RecipeIngredientGroupDto } from "../dtos/RecipeIngredientGroupDto.js";
|
||||
import { RecipeIngredientDto } from "../dtos/RecipeIngredientDto.js";
|
||||
import { NotFoundError, ValidationError } from "../api/errors/httpErrors.js";
|
||||
import { RecipeInstructionStepDto } from "../api/dtos/RecipeInstructionStepDto.js";
|
||||
import { RecipeIngredientGroupDto } from "../api/dtos/RecipeIngredientGroupDto.js";
|
||||
import { RecipeIngredientDto } from "../api/dtos/RecipeIngredientDto.js";
|
||||
import { RecipeEntity } from "../entities/RecipeEntity.js";
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue