http://localhost:1337/api/baseballs gave what I wanted.
So the solution is to add /api between port and the collection-type name :
http://localhost:1337/api/<collection-type-name>
http://localhost:1337/api/baseballs gave what I wanted.
So the solution is to add /api between port and the collection-type name :
http://localhost:1337/api/<collection-type-name>