From 8565cd189b17e48a13074835b212d026eac9d2ae Mon Sep 17 00:00:00 2001 From: Ramveer Singh Date: Mon, 19 Oct 2020 20:33:13 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e2a678..7577f2e 100644 --- a/README.md +++ b/README.md @@ -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() ```