Add base path support for swagger (#2091)

This commit is contained in:
Vitaliy
2020-12-18 14:05:54 +03:00
committed by GitHub
parent aad3458ce2
commit c5c55dc44e

View File

@@ -125,7 +125,7 @@ namespace ArchiSteamFarm.IPC {
options.DisplayRequestDuration();
options.EnableDeepLinking();
options.ShowExtensions();
options.SwaggerEndpoint("/swagger/" + SharedInfo.ASF + "/swagger.json", SharedInfo.ASF + " API");
options.SwaggerEndpoint(SharedInfo.ASF + "/swagger.json", SharedInfo.ASF + " API");
}
);
}