added interceptor and authService to manage log
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* BeReadyBackend
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
@@ -9,8 +9,8 @@
|
||||
*/
|
||||
|
||||
|
||||
export interface CreateMessageDto {
|
||||
libelle?: string | null;
|
||||
sendDate?: string;
|
||||
export interface CreateMessageDto {
|
||||
libelle: string;
|
||||
sendDate: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user