Skip to content

Update application.properties #86

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Micron818
Copy link

resolve the result miss error message, ex.
curl --location --request GET 'localhost:8080/api/polls/0' {
"timestamp": "2023-11-24T15:20:35.530+00:00",
"status": 404,
"error": "Not Found",
"message": "Poll not found with id : '0'",
"path": "/api/polls/0"
}

resolve the result miss error message, ex.
curl --location --request GET 'localhost:8080/api/polls/0'
{
    "timestamp": "2023-11-24T15:20:35.530+00:00",
    "status": 404,
    "error": "Not Found",
    "message": "Poll not found with id : '0'",
    "path": "/api/polls/0"
}
@Micron818
Copy link
Author

resolve the result exception miss message
before:

{
"timestamp": "2023-11-24T15:20:35.530+00:00",
"status": 404,
"error": "Not Found",
"path": "/api/polls/0"
}

resolved:

{
"timestamp": "2023-11-24T15:20:35.530+00:00",
"status": 404,
"error": "Not Found",
"message": "Poll not found with id : '0'",
"path": "/api/polls/0"
}

@Micron818 Micron818 closed this Nov 24, 2023
@Micron818 Micron818 reopened this Nov 24, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant