5 lines
147 B
C#
5 lines
147 B
C#
namespace ServiceUpdater;
|
|
|
|
public sealed class UpdaterConfig(IConfiguration config) {
|
|
public string ServicesRoot => config["Root"] ?? "/";
|
|
} |