This commit is contained in:
hishamco
2021-04-18 02:29:39 +03:00
84 changed files with 1020 additions and 710 deletions

View File

@ -31,7 +31,6 @@ namespace Oqtane
Configuration = builder.Build();
_supportedCultures = localizationManager.GetSupportedCultures();
_runtime = (Configuration.GetSection("Runtime").Value == "WebAssembly") ? Runtime.WebAssembly : Runtime.Server;
//add possibility to switch off swagger on production.