From d6e52f2a8ce897432ce3ee102b013d1630da0ac6 Mon Sep 17 00:00:00 2001 From: Vegard-S <70863160+Vegard-S@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:36:39 +0200 Subject: [PATCH] Update README.md added cinema link --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b14ae3b..ff334ee 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,6 @@ You should complete all of the above plus at least one of the following: - endpoint for a user to view all posts for users they are following e.g. `GET /viewall/1` - Allow a user to comment on another post and show these in another endpoint like `GET /postswithcomments` - Explore roles e.g. `[Authorize(Role="Administrator")]` and ensure that the post edit feature (aka. the PUT) can be edited by the author AND administrator. + + +link to cinema challenge "https://github.com/Vegard-S/csharp-api-cinema-challenge.git"