feat: Add enable templates column to config
This commit is contained in:
@@ -27,6 +27,7 @@ describe('GET /api/v1/automatisch/config', () => {
|
||||
palettePrimaryLight: '#4286FF',
|
||||
palettePrimaryMain: '#0059F7',
|
||||
title: 'Sample Title',
|
||||
enableTemplates: true,
|
||||
});
|
||||
|
||||
const response = await request(app)
|
||||
|
||||
Reference in New Issue
Block a user