Steps to reproduce: 1. Launch openrepo as per https://github.com/openkilt/openrepo#getting-started: ``` wget https://raw.githubusercontent.com/openkilt/openrepo/master/docker-compose.yml` docker compose up -d ``` 2. Open the web ui, create a signed key, login with admin/ admin, setup a repository and associate the repo with the signed key. 3. From the repo instructions, try this curl command `curl http://127.0.0.1:7376/test-repo/public.gpg` 4. The curl command results in a 404 Not Found.