Skip to content

Commit 4a7568b

Browse files
committed
postman documentation rewording
1 parent a757675 commit 4a7568b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .claude/skills/general-practices/postman-api-testing

.claude/skills/general-practices/postman-api-testing/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Before making requests, confirm the backend is accessible:
4343

4444
3. Make a test request to the base URL in Postman: `GET http://localhost:3001`
4545

46-
If the API is not configured properly or you hit a non-existent endpoint, you'll receive a "Welcome to NER" message. This indicates the route handler doesn't exist.
46+
If you receive a "Welcome to NER" message, your backend is running and listening on port 3001. This is also the default message you will see if the router cannot resolve the url you requested, so if you get this while trying to test an endpoint it is likely that you have a typo in the url or are using the wrong HTTP method (e.g. POST instead of GET).
4747

4848
## Base URL
4949

0 commit comments

Comments
 (0)