mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-26 23:19:54 +03:00
fix(router): base route does not match ui on custom path
This commit is contained in:
parent
8ef411059c
commit
7d095916db
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
});
|
||||
}
|
||||
},
|
||||
baseRoute: '/(\\?[^#]*)?(#!)?(/?)',
|
||||
baseRoute: '([^#]*?)/(\\?[^#]*?)?(#!)?(/?)',
|
||||
router,
|
||||
version
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue