Skip to content

Commit

Permalink
refactor(react-jwt): split react-jwt resources from react-core
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed Aug 25, 2024
1 parent 50b43cc commit 4a30415
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ public class ReactJwtModuleFactory {

private static final String APP = "<App />";

private static final JHipsterSource ROOT = from("client/react");
private static final JHipsterSource ROOT = from("client/react/security/jwt");

private static final JHipsterSource SOURCE = from("client/react/src");
private static final JHipsterSource SOURCE = ROOT.append("src");

private static final JHipsterSource APP_SOURCE = SOURCE.append("main/webapp/app");
private static final JHipsterSource TEST_JAVASCRIPT_SOURCE = SOURCE.append("test/webapp/unit");
Expand Down

0 comments on commit 4a30415

Please sign in to comment.