cleaned code

This commit is contained in:
2026-03-28 18:26:51 +01:00
parent 75251601ae
commit 1f8a0e1584
50 changed files with 1652 additions and 719 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 CreateMessageDto {
export interface CreateMessageDto {
libelle: string;
sendDate: string;
}