forked from PGR/ascnet
11 lines
187 B
C#
11 lines
187 B
C#
|
namespace AscNet.SDKServer.Controllers
|
|||
|
{
|
|||
|
internal class ConfigController : IRegisterable
|
|||
|
{
|
|||
|
public static void Register(WebApplication app)
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
}
|