Skip to content

Commit

Permalink
Revert "LPS-139208 Change URL separator to align with commerce"
Browse files Browse the repository at this point in the history
This reverts commit 35900a6
  • Loading branch information
jkappler authored and brianchandotcom committed Sep 22, 2021
1 parent fb0f3a6 commit 0080b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class AssetCategoryAssetDisplayPageFriendlyURLResolver

@Override
public String getURLSeparator() {
return "/g/";
return "/v/";
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public String getClassName() {

@Override
public String getURLSeparator() {
return "/g/";
return "/v/";
}

@Override
Expand Down

0 comments on commit 0080b5c

Please sign in to comment.