mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
10 lines
289 B
YAML
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
|