mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
21 lines
637 B
JSON
21 lines
637 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^4.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "This version of the server has no IDP or pod provisioning.",
|
|
"@id": "urn:solid-server:default:HttpHandler",
|
|
"@type": "SequenceHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:default:Middleware" },
|
|
{
|
|
"@type": "WaterfallHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:default:StaticAssetHandler" },
|
|
{ "@id": "urn:solid-server:default:LdpHandler" }
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|