Skip to content

Commit

Permalink
Simplify expression
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpaw committed Jun 6, 2022
1 parent a0eb86d commit bfb7020
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const AppRoutes = () => {
<%_ } _%>
<%_ } _%>
<Route
path="<%= microfrontend && applicationTypeMicroservice ? lowercaseBaseName + '/*' : '*' %>"
path="<%= microfrontend && applicationTypeMicroservice ? lowercaseBaseName + '/' : '' %>*"
element={
<PrivateRoute hasAnyAuthorities={[AUTHORITIES.USER]}>
<EntitiesRoutes />
Expand Down

0 comments on commit bfb7020

Please sign in to comment.