Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -11,7 +11,6 @@ from presupuestov1.routers._decorators import not_found | ... | @@ -11,7 +11,6 @@ from presupuestov1.routers._decorators import not_found |
| 11 | router = APIRouter( | 11 | router = APIRouter( |
| 12 | prefix='/_diario', | 12 | prefix='/_diario', |
| 13 | tags=['diario'], | 13 | tags=['diario'], |
| 14 | - include_in_schema=False, | ||
| 15 | ) | 14 | ) |
| 16 | 15 | ||
| 17 | 16 | ... | ... |
-
Please register or login to post a comment