mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Do not serve UI on special pages.
Fixes https://github.com/solid/community-server/issues/1034
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"errorHandler": {
|
||||
"comment": "Changes an error into a valid representation to send as a response.",
|
||||
"@type": "ConvertingErrorHandler",
|
||||
"converter": { "@id": "urn:solid-server:default:RepresentationConverter" },
|
||||
"converter": { "@id": "urn:solid-server:default:UiEnabledConverter" },
|
||||
"showStackTrace": { "@id": "urn:solid-server:default:variable:showStackTrace" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user