mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: swagger ui available
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"controllers": {
|
|
||||||
"@symfony/ux-turbo": {
|
|
||||||
"turbo-core": {
|
|
||||||
"enabled": true,
|
|
||||||
"fetch": "eager"
|
|
||||||
},
|
|
||||||
"mercure-turbo-stream": {
|
|
||||||
"enabled": false,
|
|
||||||
"fetch": "eager"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"entrypoints": []
|
|
||||||
}
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
api_platform:
|
api_platform:
|
||||||
title: Domain Watchdog API
|
title: Domain Watchdog API
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
asset_package: 'api_platform'
|
||||||
formats:
|
formats:
|
||||||
jsonld: [ 'application/ld+json' ]
|
jsonld: [ 'application/ld+json' ]
|
||||||
xml: [ 'application/xml' ]
|
xml: [ 'application/xml' ]
|
||||||
|
|||||||
@@ -13,6 +13,11 @@ framework:
|
|||||||
policy: 'sliding_window'
|
policy: 'sliding_window'
|
||||||
limit: 25
|
limit: 25
|
||||||
interval: '1 day'
|
interval: '1 day'
|
||||||
|
assets:
|
||||||
|
base_path: '/'
|
||||||
|
packages:
|
||||||
|
api_platform:
|
||||||
|
base_path: '/'
|
||||||
|
|
||||||
when@test:
|
when@test:
|
||||||
framework:
|
framework:
|
||||||
|
|||||||
Reference in New Issue
Block a user