Skip to content

Commit 5c0a7d7

Browse files
author
Günter Hipler
committed
deactivate swagger 7 some description in config
1 parent ccfff74 commit 5c0a7d7

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

config/packages/api_platform.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
api_platform:
22
mapping:
33
paths: ['%kernel.project_dir%/src/Entity']
4+
5+
6+
7+
# The title of the API.
8+
title: 'my super api'
9+
10+
# The description of the API.
11+
description: 'and here comes the description'
12+

config/packages/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ api_platform:
7474
ntriples: ["application/n-triples"]
7575
html: ["text/html"]
7676
path_segment_name_generator: 'linked_swissbib.operation_path_resolver.camel_case'
77-
enable_swagger_ui: true
77+
enable_swagger_ui: false

0 commit comments

Comments
 (0)