Renaming of rest resources
This commit is contained in:
parent
f936e84168
commit
face2f45e4
41 changed files with 61 additions and 61 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue