EXSyst / ApiDocBundle

UNMAINTAINED - Use NelmioApiDocBundle instead
MIT License
1 stars 0 forks source link

Allow to filter routes based on their path #2

Closed GuilhemN closed 7 years ago

GuilhemN commented 7 years ago

This allows to filter documented routes using the config:

exsyst_api_doc:
    routes:
        path_patterns: [ ^/api ]

cc @magnetik

magnetik commented 7 years ago

Perfect ! 👍