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

fix: typo director

parent 759e5fc2
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ To login to Adminer in your browser you need to specify:
| Search for a movie | /search | get | returns array of movies as a result of search
| 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 array of few movies (popular) to preview
| Show a single director | /director/:id | get | returns director
## 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