Skip to content

Commit

Permalink
Merge branch 'main' into worker-log-level
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 authored Oct 21, 2024
2 parents 71c6410 + d02544b commit 04fe23a
Show file tree
Hide file tree
Showing 2 changed files with 3,022 additions and 3,021 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
REACT_APP_API_URL: "{{ url_for('get_conda_store_ui') }}",
REACT_APP_LOGIN_PAGE_URL: "{{ url_for('get_login_method') }}?next=",
REACT_APP_LOGOUT_PAGE_URL: "{{ url_for('post_logout_method') }}?next=/",
REACT_APP_URL_BASENAME: new URL("{{ url_for('get_conda_store_ui') }}").pathname
};
</script>
<script defer src="static/conda-store-ui/main.js"></script>
Expand Down
Loading

0 comments on commit 04fe23a

Please sign in to comment.