Cleaned code

This commit is contained in:
2026-04-13 23:21:56 +01:00
parent 917a0dcc9f
commit 97bafde4a4
50 changed files with 1630 additions and 696 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 RefreshTokenDto {
export interface RefreshTokenDto {
token: string;
}