added get specific user API route

This commit is contained in:
2025-09-15 21:02:54 -04:00
parent c347949920
commit f12765a5a9
2 changed files with 20 additions and 1 deletions

View File

@@ -14,7 +14,6 @@ const router = createRouter({
{ path: '/members', component: MemberList},
{ path: '/loa', component: LOA}
]
})
export default router