mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Rename IndexConverter to DefaultUiConverter
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"This converter replaces every browser request for text/html with the Databrowser UI (which then in turn loads a Turtle or other representation of the same resource).",
|
||||
"This is useful when you want to serve a UI for every file from the pod."
|
||||
],
|
||||
"@id": "urn:solid-server:default:IndexConverter",
|
||||
"@id": "urn:solid-server:default:DefaultUiConverter",
|
||||
"@type": "ConstantConverter",
|
||||
"contentType": "text/html",
|
||||
"filePath": "./node_modules/mashlib/dist/databrowser.html",
|
||||
|
||||
Reference in New Issue
Block a user