starts with checks
This commit is contained in:
parent
8ca7584623
commit
85e5259ee8
1 changed files with 5 additions and 2 deletions
|
|
@ -34,6 +34,7 @@ namespace Yavsc
|
||||||
using ViewModels.Auth.Handlers;
|
using ViewModels.Auth.Handlers;
|
||||||
using Yavsc.Models.Calendar;
|
using Yavsc.Models.Calendar;
|
||||||
using Yavsc.Models.Google.Calendar;
|
using Yavsc.Models.Google.Calendar;
|
||||||
|
using static System.Environment;
|
||||||
|
|
||||||
public partial class Startup
|
public partial class Startup
|
||||||
{
|
{
|
||||||
|
|
@ -238,7 +239,7 @@ namespace Yavsc
|
||||||
{
|
{
|
||||||
options.ResourcesPath = "Resources";
|
options.ResourcesPath = "Resources";
|
||||||
});
|
});
|
||||||
|
CheckServices(services);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -359,7 +360,9 @@ namespace Yavsc
|
||||||
name: "default",
|
name: "default",
|
||||||
template: "{controller=Home}/{action=Index}/{id?}");
|
template: "{controller=Home}/{action=Index}/{id?}");
|
||||||
});
|
});
|
||||||
|
logger.LogInformation("LocalApplicationData: "+Environment.GetFolderPath(SpecialFolder.LocalApplicationData, SpecialFolderOption.DoNotVerify));
|
||||||
|
|
||||||
|
CheckApp(app, SiteSetup, env, loggerFactory);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Entry point for the application.
|
// Entry point for the application.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue