Hi,
I am able to run spring boot and Angular App successfully.
But while trying to see swagger UI(http://localhost:8080/api_docs/index.html), I am getting bellow error.
401 : {"description":"Unauthorized or Access Token is expired","statusCode":401} http://localhost:8080/api_docs/index.html/v2/api-docs?group=apis
Could you please suggest me what is the token I need to pass and how to pass it.
same way I am getting:
http://localhost:8080/ecommerce-rest-api/api/v1/1/products/filter
{"description":"Unauthorized or Access Token is expired","statusCode":401}
Thanks,
Raja.