chore: delete ci

This commit is contained in:
2026-05-09 15:21:10 +02:00
parent 1672dc1e20
commit eb8ba01159
5 changed files with 0 additions and 397 deletions
-4
View File
@@ -18,10 +18,6 @@ type AdminClaims struct {
jwt.RegisteredClaims
}
// ============================================
// STRUCTURES REQUÊTE / RÉPONSE
// ============================================
type LoginRequest struct {
Username string `json:"username" binding:"required"`
Password string `json:"password" binding:"required"`