Mohammed Foud
commited on
Commit
·
ae89102
1
Parent(s):
8a7f3ed
first commit
Browse files- src/Program.cs +2 -0
src/Program.cs
CHANGED
|
@@ -119,6 +119,8 @@ using (var scope = app.Services.CreateScope())
|
|
| 119 |
{
|
| 120 |
Console.WriteLine("Unable to connect to the database.");
|
| 121 |
}
|
|
|
|
|
|
|
| 122 |
|
| 123 |
}
|
| 124 |
catch (Exception ex)
|
|
|
|
| 119 |
{
|
| 120 |
Console.WriteLine("Unable to connect to the database.");
|
| 121 |
}
|
| 122 |
+
|
| 123 |
+
|
| 124 |
|
| 125 |
}
|
| 126 |
catch (Exception ex)
|