mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-13 08:24:35 +01:00
11 lines
187 B
C#
11 lines
187 B
C#
namespace AscNet.SDKServer.Controllers
|
|
{
|
|
internal class ConfigController : IRegisterable
|
|
{
|
|
public static void Register(WebApplication app)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|