Implemented update functionallity
All checks were successful
Updater CI/CD / publish (push) Successful in 2m18s
All checks were successful
Updater CI/CD / publish (push) Successful in 2m18s
This commit is contained in:
5
UpdaterConfig.cs
Normal file
5
UpdaterConfig.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace ServiceUpdater;
|
||||
|
||||
public sealed class UpdaterConfig(IConfiguration config) {
|
||||
public string ServicesRoot => config["Root"] ?? "/";
|
||||
}
|
||||
Reference in New Issue
Block a user