diff --git a/git/JurasicZoo/ZooClientApp/Views/Home/Reports.cshtml b/git/JurasicZoo/ZooClientApp/Views/Home/Reports.cshtml
new file mode 100644
index 0000000..0e6bb86
--- /dev/null
+++ b/git/JurasicZoo/ZooClientApp/Views/Home/Reports.cshtml
@@ -0,0 +1,12 @@
+@{
+ ViewData["Title"] = "";
+}
+
+
+
diff --git a/git/JurasicZoo/ZooDataBaseImplement/ZooDatabase.cs b/git/JurasicZoo/ZooDataBaseImplement/ZooDatabase.cs
index 2eb0c3f..be88260 100644
--- a/git/JurasicZoo/ZooDataBaseImplement/ZooDatabase.cs
+++ b/git/JurasicZoo/ZooDataBaseImplement/ZooDatabase.cs
@@ -17,7 +17,7 @@ namespace ZooDataBaseImplement
{
if (optionsBuilder.IsConfigured == false)
{
- optionsBuilder.UseNpgsql(@"Host=localhost;Port=5432;Database=jurasiczoo;Username=postgres;Password=1212");
+ optionsBuilder.UseNpgsql(@"Host=localhost;Port=5432;Database=jurasiczoo;Username=postgres;Password=98987667");
}
base.OnConfiguring(optionsBuilder);
}