Closed miselico closed 1 year ago
When sending the request
curl -d '{"properties":[ ... all properties here ... ],"types":[]}' http://localhost:8080/recommender
curl does not get any response from the server. Expected would be to get
{"recommendations":[]}
This seems to have something to do with the limiting logic in server/server.go
When sending the request
curl does not get any response from the server. Expected would be to get