chore: build
ci-api / test (push) Failing after 14m25s
ci-web / test (push) Failing after 8m17s

This commit is contained in:
Xor290
2026-09-20 16:14:29 +02:00
parent 76b1412968
commit 9e11f01c2c
15 changed files with 65 additions and 359 deletions
@@ -82,7 +82,7 @@ func (h *Handler) Get(c *gin.Context) {
}
// Extend : POST /projects/:id/extend {"months": 1..12} — renouvelle
// l'abonnement (relance un projet suspendu).
// l'abonnement.
func (h *Handler) Extend(c *gin.Context) {
var req extendRequest
if err := c.ShouldBindJSON(&req); err != nil {