mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Misc
This commit is contained in:
@@ -46,7 +46,7 @@ namespace ArchiSteamFarm.IPC {
|
||||
|
||||
// Add workaround for missing PathBase feature, https://github.com/aspnet/Hosting/issues/1120
|
||||
PathString pathBase = Configuration.GetSection("Kestrel").GetValue<PathString>("PathBase");
|
||||
if (!string.IsNullOrEmpty(pathBase)) {
|
||||
if (!string.IsNullOrEmpty(pathBase) && (pathBase != "/")) {
|
||||
app.UsePathBase(pathBase);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user