mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 06:03:12 +00:00

* chore: add support for running application in subpath * refactor code * chore: Fix isTourRoute function to handle APP_SUB_PATH * chore: Update RouterUtils and useCustomLocation for better pathname handling * test: fix unit tests * chore: Update useLocationSearch test to use useCustomLocation * test: add unit test for useCustomLocation Hook * chore: Update UnAuthenticatedAppRouter and WebAnalyticsUtils for useCustomLocation hook * minor improvement