🗃️ Realm database modeling

This commit is contained in:
2025-05-02 00:08:21 +08:00
parent 24f1a3a9e9
commit 30db6ad9f1
6 changed files with 67 additions and 16 deletions

View File

@ -0,0 +1,10 @@
using Microsoft.AspNetCore.Mvc;
namespace DysonNetwork.Sphere.Realm;
[ApiController]
[Route("/realms")]
public class RealmController : ControllerBase
{
}