Fixed Indexer SwaggerUI, Added worker & call management endpoints to Indexer, restructuring to improve project separation

This commit is contained in:
2025-07-12 22:55:56 +02:00
parent a884a2734d
commit e8e5b742d1
30 changed files with 558 additions and 189 deletions

View File

@@ -1,7 +1,8 @@
using Microsoft.AspNetCore.Mvc;
using System.Text.Json;
using System.Text.Json.Nodes;
using Server.Models;
using Shared.Models;
using Server.Helper;
namespace Server.Controllers;
[ApiController]

View File

@@ -1,6 +1,6 @@
using ElmahCore;
using Microsoft.AspNetCore.Mvc;
using Server.Models;
using Shared.Models;
namespace Server.Controllers;