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:
|
||||
title: Domain Watchdog API
|
||||
version: 1.0.0
|
||||
|
||||
asset_package: 'api_platform'
|
||||
formats:
|
||||
jsonld: [ 'application/ld+json' ]
|
||||
xml: [ 'application/xml' ]
|
||||
|
||||
@@ -13,6 +13,11 @@ framework:
|
||||
policy: 'sliding_window'
|
||||
limit: 25
|
||||
interval: '1 day'
|
||||
assets:
|
||||
base_path: '/'
|
||||
packages:
|
||||
api_platform:
|
||||
base_path: '/'
|
||||
|
||||
when@test:
|
||||
framework:
|
||||
|
||||
Reference in New Issue
Block a user