Files
symfony-flex-recipes-contrib/nelmio/api-doc-bundle/3.0/config/packages/nelmio_api_doc.yaml
T

10 lines
289 B
YAML

nelmio_api_doc:
documentation:
info:
title: My App
description: This is an awesome app!
version: 1.0.0
routes: # to filter documented routes
path_patterns:
- ^/api(?!/doc$) # Accepts routes under /api except /api/doc