From 8c2dc0ea2305d0a482bd8bcd6779a35788ca6c53 Mon Sep 17 00:00:00 2001
From: Tomas Havlicek <xhavlic@fi.muni.cz>
Date: Tue, 14 Jun 2022 17:49:21 +0200
Subject: [PATCH] feat: updated README REST API

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 5e4e8fe..d87d1ae 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,8 @@ To login to Adminer in your browser you need to specify:
 | Show a single movie | /movie/:id  | get | return movie 
 | Show popular movies | /movie/preview  | get | returns array of few movies (popular) to preview
 | Show a single director  | /director/:id | get | returns director
+| Show categories to browse | /browse | get | returns all categories
+| Show a single category | /category/:id | get | returns category with movies that belong to it
 
 ## TODO
 
-- 
GitLab