diff --git a/src/ReC.API/Program.cs b/src/ReC.API/Program.cs index 08ec914..3da3948 100644 --- a/src/ReC.API/Program.cs +++ b/src/ReC.API/Program.cs @@ -97,4 +97,6 @@ catch(Exception ex) { logger.Error(ex, "Stopped program because of exception"); throw; -} \ No newline at end of file +} + +public partial class Program; \ No newline at end of file