No route matches + project/archive
Created by: gallart
Hello,
Despite this code : https://github.com/gitlabhq/gitlabhq/blob/4123c76ec192f08be4d74f4958624c6e87041564/lib/api/repositories.rb#L187
Calling my API for project archive return "404 Not Found" and logs say :
ActionController::RoutingError (No route matches [GET] "/api/v3/projects/12/repository/archive"):
Here is my API call :
http://<my gitlab install>/api/v3/projects/12/repository/archive/?private_token=<private token>&sudo=2
Any idea?