Error 404 on *.json file view
Created by: GromNaN
When I try to view a json file, I get an error 404.
http://gitlabhq/namespace/project/tree/master/config.json => 404 Not Found
To view the file, I have to add an extra .json
to the URL.
http://gitlabhq/namespace/project/tree/master/config.json.json => 200 OK