diff --git a/exercise.wwwapi/Program.cs b/exercise.wwwapi/Program.cs index 47f22ef..47e8093 100644 --- a/exercise.wwwapi/Program.cs +++ b/exercise.wwwapi/Program.cs @@ -17,4 +17,6 @@ app.UseHttpsRedirection(); -app.Run(); \ No newline at end of file +app.Run(); + +// I did the authentication in the cinema challenge exercise \ No newline at end of file