mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Return 404 for read/delete requests if there is no resource
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
{
|
||||
"comment": "Matches requested permissions with those available.",
|
||||
"@id": "urn:solid-server:default:Authorizer",
|
||||
"@type": "PermissionBasedAuthorizer"
|
||||
"@type": "PermissionBasedAuthorizer",
|
||||
"resourceSet": { "@id": "urn:solid-server:default:CachedResourceSet" }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user