feat: swagger ui available

This commit is contained in:
Maël Gangloff
2024-08-02 13:10:19 +02:00
parent bf7db3df26
commit a6d56a303b
4 changed files with 6 additions and 16 deletions

View File

@@ -1,15 +0,0 @@
{
"controllers": {
"@symfony/ux-turbo": {
"turbo-core": {
"enabled": true,
"fetch": "eager"
},
"mercure-turbo-stream": {
"enabled": false,
"fetch": "eager"
}
}
},
"entrypoints": []
}

View File

@@ -1,7 +1,7 @@
api_platform:
title: Domain Watchdog API
version: 1.0.0
asset_package: 'api_platform'
formats:
jsonld: [ 'application/ld+json' ]
xml: [ 'application/xml' ]

View File

@@ -13,6 +13,11 @@ framework:
policy: 'sliding_window'
limit: 25
interval: '1 day'
assets:
base_path: '/'
packages:
api_platform:
base_path: '/'
when@test:
framework: