Skip to content

Commit

Permalink
fix(admin-ui): update base path in admin ui test
Browse files Browse the repository at this point in the history
Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
  • Loading branch information
jv18creator committed Sep 15, 2023
1 parent 9fd5f71 commit 71ae482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin-ui/.env.adminuitest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BASE_PATH=/admin
BASE_PATH=/admin/
CONFIG_API_BASE_URL=https://admin-ui-test.gluu.org/jans-config-api
API_BASE_URL=https://admin-ui-test.gluu.org/jans-config-api/admin-ui
NPM_TOKEN=
Expand Down
2 changes: 1 addition & 1 deletion admin-ui/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<div id="root"><%= config.innerHtml || '' %></div>

<% for (var chunk in config.files.chunks) { %>
<script src="/<%= config.files.chunks[chunk].entry %>" defer></script>
<script src="<%= config.files.chunks[chunk].entry %>" defer></script>
<% } %> <% if (config.options.devServer) { %>
<script src="<%= config.options.devServer%>/webpack-dev-server.js"></script>
<% } %>
Expand Down

0 comments on commit 71ae482

Please sign in to comment.