Skip to content

Commit

Permalink
Merge pull request #58 from Strato-YangSungHun/main
Browse files Browse the repository at this point in the history
UI Build file update
  • Loading branch information
Strato-YangSungHun authored Sep 27, 2024
2 parents 3fa6379 + 6578a84 commit 781e765
Show file tree
Hide file tree
Showing 13 changed files with 147 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
const catalogList = ref([] as any)
const searchKeyword = ref("")
const splitUrl = window.location.host.split(':');
const baseUrl = window.location.protocol + '//' + splitUrl[0] + ':18083'
const baseUrl = window.location.protocol + '//' + splitUrl[0] + ':18084'
// const baseUrl = "http://210.217.178.130:18084";
const dockerHubSearchList = ref([] as any)
Expand Down
17 changes: 17 additions & 0 deletions src/main/resources/static/assets/OssList-CiDtWK78.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions src/main/resources/static/assets/RepositoryDetail-CSh4-con.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 781e765

Please sign in to comment.