mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Remove podTemplateFolder as a variable.
This is now possible due to TemplatedResourcesGenerator accepting path strings relative to the module root.
This commit is contained in:
@@ -16,7 +16,6 @@ describe('A server with the Solid WebSockets API behind a proxy', (): void => {
|
||||
'urn:solid-server:default:ServerFactory', 'server-without-auth.json', {
|
||||
'urn:solid-server:default:variable:port': port,
|
||||
'urn:solid-server:default:variable:baseUrl': 'https://example.pod/',
|
||||
'urn:solid-server:default:variable:podTemplateFolder': 'templates/pod',
|
||||
},
|
||||
) as HttpServerFactory;
|
||||
server = factory.startServer(port);
|
||||
|
||||
Reference in New Issue
Block a user