Skip to content
Snippets Groups Projects
Commit 8c2dc0ea authored by Tomáš Havlíček's avatar Tomáš Havlíček
Browse files

feat: updated README REST API

parent 5ae9dcc3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment