chore(profile): changed routing from params to query

This commit is contained in:
2026-02-06 17:05:21 +01:00
parent 41e50b8207
commit 212a87126d
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ const routes: Array<RouteRecordRaw> = [
})
},
{
path: '/profile/:id',
path: '/profile',
name: 'PlayerProfileView',
component: () => import('../views/PlayerProfileView.vue')
},