gothinkster / spring-boot-realworld-example-app

Example Spring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
MIT License
1.3k stars 677 forks source link

Postman 401 #15

Closed ssmichae closed 5 years ago

ssmichae commented 5 years ago

401 when posting a user registration using the realworld.io postman collection.

ssmichae commented 5 years ago

Found the problem. Had to remove /api from the api url.