From a4528d6e471cd685a6e13f16ff7cc8ff0e2196b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisabeth=20R=C3=B8ysland?= Date: Wed, 27 Aug 2025 10:25:31 +0200 Subject: [PATCH] =?UTF-8?q?Elisabeth=20R=C3=B8ysland?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exercise.wwwapi/Program.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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