Correction TP 6 - P1

This commit is contained in:
Chocolaterie
2025-01-27 16:56:31 +01:00
parent e7d5b82ebe
commit 4a0be3b9d2
5 changed files with 90 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
package com.example.tpfilrouge.auth
data class LoginRequestDTO(var email: String, var password : String) {
}