Cleaned code

This commit is contained in:
2026-04-26 17:19:44 +01:00
parent 3eacc4976d
commit 5e6b03356c
57 changed files with 1578 additions and 712 deletions
@@ -1,7 +1,7 @@
/**
* BeReadyBackend
*
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
@@ -9,7 +9,7 @@
*/
export interface PatchUserPasswordDto {
export interface PatchUserPasswordDto {
password: string;
}