15 lines
302 B
Markdown
15 lines
302 B
Markdown
# Etape 12 - Swagger auto
|
|
|
|
## Objectif
|
|
Documenter les endpoints avec Swaggo et fournir une commande d'auto-generation.
|
|
|
|
## Annotations
|
|
- Ajout des annotations Swagger sur les handlers principaux.
|
|
|
|
## Script
|
|
- `backend/scripts/gen_swagger.sh`
|
|
- Usage :
|
|
```
|
|
bash backend/scripts/gen_swagger.sh
|
|
```
|