chore(git): merge, verify route :id
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 38s
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 38s
This commit is contained in:
parent
57efef9806
commit
23fe48b615
@ -62,7 +62,7 @@ export const publicRoutes: PublicRouteProps[] = [
|
|||||||
element: <ProfilePage />
|
element: <ProfilePage />
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: appPublicRoutes.verify,
|
path: `${appPublicRoutes.verify}/:id?`,
|
||||||
element: <VerifyPage />
|
element: <VerifyPage />
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user