Renaming of rest resources

This commit is contained in:
araemer 2026-02-21 08:00:46 +01:00
parent f936e84168
commit face2f45e4
41 changed files with 61 additions and 61 deletions

View file

@ -1,9 +1,9 @@
import { UserRepository } from "../repositories/UserRepository.js";
import { encrypt } from "../utils/encryptionUtils.js";
import { ValidationError, UnauthorizedError } from "../errors/httpErrors.js";
import { ValidationError, UnauthorizedError } from "../api/errors/httpErrors.js";
import { UserDtoEntityMapper } from "../mappers/UserDtoEntityMapper.js";
import { LoginResponse } from "../dtos/LoginResponse.js";
import { LoginRequest } from "../dtos/LoginRequest.js";
import { LoginResponse } from "../api/dtos/LoginResponse.js";
import { LoginRequest } from "../api/dtos/LoginRequest.js";
/**
* Controller responsible for authentication, e.g., login or issueing a token with extended