feat: Add enable templates column to config

This commit is contained in:
Faruk AYDIN
2025-03-04 12:20:23 +01:00
parent b6581cef10
commit 89e9a93872
7 changed files with 22 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ describe('GET /api/v1/automatisch/config', () => {
palettePrimaryLight: '#4286FF',
palettePrimaryMain: '#0059F7',
title: 'Sample Title',
enableTemplates: true,
});
const response = await request(app)