Merged Models into Server as Server.Models

This commit is contained in:
EzFeDezy
2025-06-05 22:06:25 +02:00
parent a6786219ce
commit 441cd22929
6 changed files with 36 additions and 38 deletions

View File

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