add host parameter

This commit is contained in:
joshuaboud 2022-05-30 13:19:51 -03:00
parent 58470f7dba
commit 3802bcf1c7
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -2,7 +2,7 @@ import { createRouter, createWebHashHistory } from 'vue-router';
const routes = [
{
path: '/browse:path(/.*)?',
path: '/browse:host(/[^/:]+:)?:path(/.*)?',
name: 'browse',
component: () => import('../views/Browser.vue'),
},