Skip to content

Commit

Permalink
Renamed outdated route
Browse files Browse the repository at this point in the history
  • Loading branch information
mamazu committed Aug 31, 2018
1 parent 255659f commit c1c0ebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Resources/config/serializer/ProductView.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ Sylius\ShopApiPlugin\View\ProductView:
relations:
- rel: self
href:
route: shop_api_product_show_details_by_slug
route: sylius_shop_api_product_show_details_by_slug
parameters:
slug: expr(object.slug)
4 changes: 2 additions & 2 deletions tests/Application/app/config/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ security:
anonymous: true
form_login:
provider: sylius_shop_user_provider
login_path: shop_api_login_check
check_path: shop_api_login_check
login_path: sylius_shop_api_login_check
check_path: sylius_shop_api_login_check
success_handler: lexik_jwt_authentication.handler.authentication_success
failure_handler: lexik_jwt_authentication.handler.authentication_failure
require_previous_session: false
Expand Down

0 comments on commit c1c0ebf

Please sign in to comment.