Basically a search request would use the following URL:
https://vgmdb.info//search?format=json&q=
Because the RootUrl ends with a slash and when adding the path we start with a slash. This would cause the API to respond with a 404 response containing HTML content.
Basically a search request would use the following URL:
https://vgmdb.info//search?format=json&q=
Because the RootUrl ends with a slash and when adding the path we start with a slash. This would cause the API to respond with a 404 response containing HTML content.
Fixes #16