mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-15 07:54:36 +01:00
incomplete sdk server + inferred server address
This commit is contained in:
12
BLHX.Server.SDK/Controllers/AccountController.cs
Normal file
12
BLHX.Server.SDK/Controllers/AccountController.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using BLHX.Server.Sdk;
|
||||
|
||||
namespace BLHX.Server.SDK.Controllers
|
||||
{
|
||||
public class AccountController : IRegisterable
|
||||
{
|
||||
public static void Register(WebApplication app)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user