mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Name HTTP handlers
* chore: name http handlers * Update config/http/handler/simple.json Co-authored-by: Joachim Van Herwegen <joachimvh@gmail.com> --------- Co-authored-by: Joachim Van Herwegen <joachimvh@gmail.com>
This commit is contained in:
parent
eb0a8f3dba
commit
937c41fd17
@ -12,6 +12,7 @@
|
||||
"handlers": [
|
||||
{ "@id": "urn:solid-server:default:Middleware" },
|
||||
{
|
||||
"@id": "urn:solid-server:default:BaseHttpHandler",
|
||||
"@type": "WaterfallHandler",
|
||||
"handlers": [
|
||||
{ "@id": "urn:solid-server:default:StaticAssetHandler" },
|
||||
|
@ -11,6 +11,7 @@
|
||||
"handlers": [
|
||||
{ "@id": "urn:solid-server:default:Middleware" },
|
||||
{
|
||||
"@id": "urn:solid-server:default:BaseHttpHandler",
|
||||
"@type": "WaterfallHandler",
|
||||
"handlers": [
|
||||
{ "@id": "urn:solid-server:default:StaticAssetHandler" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user