mirror of
https://git.neonteam.dev/amizing/FreeSR.git
synced 2025-03-12 03:36:21 -04:00
11 lines
232 B
C#
11 lines
232 B
C#
namespace FreeSR.Admin
|
|
{
|
|
using FreeSR.Shared.Configuration;
|
|
|
|
internal class AdminServerConfiguration
|
|
{
|
|
public NetworkConfiguration Network { get; set; }
|
|
public string DispatchUrl { get; set; }
|
|
}
|
|
}
|