chore: build
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user