Add Sigit ID as a Path Param to /verify #243

Merged
m merged 5 commits from issue-232 into staging 2024-11-26 11:24:04 +00:00
Showing only changes of commit 23fe48b615 - Show all commits

View File

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