You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
I'm running the application in my IDE in a local environment, but when I'm trying to get the customers with the curl command (curl http://localhost:8084/customers) the response is returning with empty links.
I'm running the application in my IDE in a local environment, but when I'm trying to get the customers with the curl command (curl http://localhost:8084/customers) the response is returning with empty links.
Response Example
{"_embedded":{"customer":[{"firstName":"Eve","lastName":"Berger","username":"Eve_Berger","id":"57a98d98e4b00679b4a830af","_links":{"addresses":{},"cards":{},"customer":{},"self":{}}},{"firstName":"User","lastName":"Name","username":"user","id":"57a98d98e4b00679b4a830b2","_links":{"addresses":{},"cards":{},"customer":{},"self":{}}},{"firstName":"User1","lastName":"Name1","username":"user1","id":"57a98d98e4b00679b4a830b5","_links":{"addresses":{},"cards":{},"customer":{},"self":{}}}]}}
The text was updated successfully, but these errors were encountered: