listo logins

This commit is contained in:
2022-10-23 17:52:46 -05:00
parent 4417ac9fa1
commit b7926e1402
26 changed files with 145 additions and 88 deletions
+6
View File
@@ -0,0 +1,6 @@
import { Expose } from 'class-transformer';
export class MessageOutputDto {
@Expose()
message;
}