EDDI
EDDI copied to clipboard
Issue found
Hello!
labsai/EDDI. We may have found a bug in your repository.
This bug was found while issuing the following command:
curl -v "http://localhost:7070/packagestore/extensions"
Making this call resulted in the following warning:
* Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to localhost (127.0.0.1) port 7070 (#0)
> GET /packagestore/extensions HTTP/1.1
> Host: localhost:7070
> User-Agent: curl/7.58.0
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Date: Thu, 14 May 2020 12:22:09 GMT
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Credentials: true
< Access-Control-Allow-Headers: Authorization,X-Requested-With,Content-Type,Accept,Origin,Cache-Control
< Access-Control-Allow-Methods: HEAD,GET,PUT,POST,DELETE,PATCH,OPTIONS
< Access-Control-Expose-Headers: Location
< Content-Type: text/html;charset=utf-8
< Content-Length: 100
<
* Connection #0 to host localhost left intact
RESTEASY003210: Could not find resource for full path: http://localhost:7070/packagestore/extensions
fixed.
expected behavior:
json array of package extension descriptors.