Add caching to month summary results

This commit is contained in:
2023-05-18 11:49:35 +02:00
parent d6fbf33c7c
commit 71b6fe37a0
4 changed files with 75 additions and 37 deletions

View File

@@ -1,8 +1,8 @@
using System.Net.Mime;
using Microsoft.AspNetCore.Mvc;
using Solar.Api.Models;
using Solar.Api.Services;
using Swashbuckle.AspNetCore.Annotations;
using System.Net.Mime;
namespace Solar.Api.Controllers;