Project

Profile

Help

Issue #5346

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulp_ansible/688":https://github.com/pulp/pulp_ansible/issues/688 




 ---- 


 When `<path:path>` component is the last one in `GALAXY_API_ROOT`, Django redirects all requests having this prefix to the `GalaxyVersionView`, which is defined in `pulp_ansible/app/urls.py` as: 

 ~~~python 
 path(GALAXY_API_ROOT, GalaxyVersionView.as_view()), 
 ~~~ 

 

Back