|
|
|
@ -38,8 +38,8 @@ namespace Seenginx
|
|
|
|
|
services.AddBlazorise(options =>
|
|
|
|
|
{
|
|
|
|
|
options.ChangeTextOnKeyPress = true; // optional
|
|
|
|
|
}).AddBulmaProviders()
|
|
|
|
|
.AddFontAwesomeIcons();
|
|
|
|
|
}).AddBulmaProviders();
|
|
|
|
|
|
|
|
|
|
var configPaths = new ConfigPaths();
|
|
|
|
|
configPaths.NginxPath = @"C:\nginx\";
|
|
|
|
|
configPaths.SystemDPath = @"C:\systemd\system\";
|
|
|
|
@ -67,8 +67,7 @@ namespace Seenginx
|
|
|
|
|
app.UseRouting();
|
|
|
|
|
|
|
|
|
|
app.ApplicationServices
|
|
|
|
|
.UseBulmaProviders()
|
|
|
|
|
.UseFontAwesomeIcons();
|
|
|
|
|
.UseBulmaProviders();
|
|
|
|
|
|
|
|
|
|
app.UseAuthentication();
|
|
|
|
|
|
|
|
|
|