Files
CommunitySolidServer/config/http/notifications/disabled.json
2023-04-24 10:18:17 +02:00

11 lines
316 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Disables notification routing.",
"@id": "urn:solid-server:default:NotificationHttpHandler",
"@type": "UnsupportedAsyncHandler"
}
]
}