:drunk: Vibe coded the controller which doesn't work

This commit is contained in:
littlesheep.code
2025-05-01 18:11:44 +00:00
parent b675b0550b
commit 8b5ca265b8
5 changed files with 199 additions and 16 deletions

View File

@ -1,15 +0,0 @@
using DysonNetwork.Sphere.Account;
using DysonNetwork.Sphere.Realm;
using DysonNetwork.Sphere.Chat;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System.Threading.Tasks;
namespace DysonNetwork.Sphere.Chat;
[ApiController]
[Route("/chat")]
public class ChatController(AppDatabase db) : ControllerBase
{
}