chore(git): merge, verify route :id
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 38s

This commit is contained in:
Stixx 2024-11-26 12:02:53 +01:00
parent 57efef9806
commit 23fe48b615

View File

@ -62,7 +62,7 @@ export const publicRoutes: PublicRouteProps[] = [
element: <ProfilePage />
},
{
path: appPublicRoutes.verify,
path: `${appPublicRoutes.verify}/:id?`,
element: <VerifyPage />
}
]