Merge branch 'dev' into j3/refactor/appsetting

This commit is contained in:
mirage
2026-03-31 14:48:37 +02:00
27 changed files with 389 additions and 328 deletions

View File

@@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Mvc;
namespace Webzine.WebApplication.Controllers;
using Microsoft.AspNetCore.Mvc;
public class ApiController : ControllerBase
{
private readonly ILogger<ApiController> logger;