refactor: Rename IndexConverter to DefaultUiConverter

This commit is contained in:
Joachim Van Herwegen
2021-07-13 14:43:14 +02:00
parent a07ea5e8b1
commit 4e0c8291ca
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
"@id": "urn:solid-server:default:RepresentationConverter",
"@type": "WaterfallHandler",
"handlers": [
{ "@id": "urn:solid-server:default:IndexConverter" },
{ "@id": "urn:solid-server:default:DefaultUiConverter" },
{
"@type": "IfNeededConverter",
"comment": "Only continue converting if the requester cannot accept the available content type"