🗃️ Realm database modeling
This commit is contained in:
10
DysonNetwork.Sphere/Realm/RealmController.cs
Normal file
10
DysonNetwork.Sphere/Realm/RealmController.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace DysonNetwork.Sphere.Realm;
|
||||
|
||||
[ApiController]
|
||||
[Route("/realms")]
|
||||
public class RealmController : ControllerBase
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user