Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ramveer93 authored Oct 19, 2020
1 parent a4bc70f commit 8565cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ here we are trying to book three seats A0, A1 and A2.
- If we try to book the seats which are not available , user will get appropriate error msg

# Authorization
- Do authorize the APIs , we have to un comment line 58 of SecurityConfig.java , this will start authenticating all the end points except /v1/token and /v1/addUser
- To authorize the APIs , we have to un comment line 58 of SecurityConfig.java , this will start authenticating all the end points except /v1/token and /v1/addUser
```java
.anyRequest().authenticated().and().exceptionHandling()
```
Expand Down

0 comments on commit 8565cd1

Please sign in to comment.