Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(const.ts): use window.location.protocol instead of hardcoded 'htt…
…p' for concatPath function This change ensures that the correct protocol (http or https) is used based on the current window location. This makes the application more secure and adaptable to different environments, as it will now correctly handle both secure (https) and non-secure (http) connections.
- Loading branch information