mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Give SimpleResourceStore root a content-type
This commit is contained in:
parent
4bc1dcdd1b
commit
4f8ebff7f7
@ -27,7 +27,7 @@ export class SimpleResourceStore implements ResourceStore {
|
||||
'': {
|
||||
dataType: DATA_TYPE_BINARY,
|
||||
data: streamifyArray([]),
|
||||
metadata: { raw: [], profiles: []},
|
||||
metadata: { raw: [], profiles: [], contentType: 'text/turtle' },
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user