ita-social-projects / GreenCity

The main aim of “GreenCity” project is to teach people in a playful and challenging way to have an eco-friendly lifestyle. A user can view on the map places that have some eco-initiatives or suggest discounts for being environmentally aware (for instance, coffee shops that give a discount if a customer comes with their own cup). А user can start doing an environment-friendly habit and track their progress with a habit tracker.
MIT License
62 stars 80 forks source link

[API] [Swagger/Address Controller] [PUT /ubs/update-order-address/] Response 401 instead of 200 for admin #7252

Open liliaruda opened 4 days ago

liliaruda commented 4 days ago

Environment: OS Windows 10, Postman Reproducible: always Build found: 05.07.2024

Preconditions Run "Post" /ownSecurity/signIn as admin The admin token is gotten

Steps to reproduce

  1. Make a PUT request to check as the Admin can update order address info
  2. Send a request

Actual result The Admin get a "401 Unauthorized" response. Image

Expected result The Admin get a "200 OK" response