Commit d615e14d authored by Daniel Croft's avatar Daniel Croft

Corrected mismatch between route and tests

parent c96dd042
......@@ -212,7 +212,7 @@ func (u *upstream) configureRoutes() {
route("PUT", apiPattern+`v4/projects/[0-9]+/packages/nuget/`, upload.Accelerate(api, signingProxy)),
// PyPI Artifact Repository
route("PUT", apiPattern+`v4/projects/[0-9]+/packages/pypi/`, upload.Accelerate(api, signingProxy)),
route("POST", apiPattern+`v4/projects/[0-9]+/packages/pypi`, upload.Accelerate(api, signingProxy)),
// We are porting API to disk acceleration
// we need to declare each routes until we have fixed all the routes on the rails codebase.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment