diff --git a/backend/src/Designer/Controllers/PreviewController.cs b/backend/src/Designer/Controllers/PreviewController.cs index 2f62caf0af0..d91cd2076be 100644 --- a/backend/src/Designer/Controllers/PreviewController.cs +++ b/backend/src/Designer/Controllers/PreviewController.cs @@ -194,6 +194,7 @@ public async Task> ApplicationSettings(string /// A that observes if operation is cancelled. /// layoutsets file, or an OK response if app does not use layoutsets [HttpGet] + [UseSystemTextJson] [Route("api/layoutsets")] public async Task> LayoutSets(string org, string app, CancellationToken cancellationToken) {