mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Support root container access in regex.json
This commit is contained in:
parent
b3b89720e3
commit
3a0cf60a55
@ -38,7 +38,7 @@
|
||||
"base": { "@id": "urn:solid-server:default:variable:baseUrl" },
|
||||
"storeMap": [
|
||||
{
|
||||
"RegexRouterRule:_storeMap_key": "^/\\.acl$",
|
||||
"RegexRouterRule:_storeMap_key": "^/(\\.acl)?$",
|
||||
"RegexRouterRule:_storeMap_value": { "@id": "urn:solid-server:default:SparqlResourceStore" }
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user