Comment
When trying to access issues on https://codeberg.org/AdamWill/rmdepcheck through API I'm getting 404.
How to reproduce:
curl https://codeberg.org/api/v1/repos/AdamWill/rpmdepcheck/issues?limit=50
Expected result:
Issues retrieved
Actual result:
{"message":"The target couldn't be found.","url":"https://codeberg.org/api/swagger","errors":[]}
### Comment
When trying to access issues on https://codeberg.org/AdamWill/rmdepcheck through API I'm getting 404.
How to reproduce:
1. `curl https://codeberg.org/api/v1/repos/AdamWill/rpmdepcheck/issues?limit=50`
Expected result:
Issues retrieved
Actual result:
`{"message":"The target couldn't be found.","url":"https://codeberg.org/api/swagger","errors":[]}`