pr0nstar

diario: on II

...@@ -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
......