chore: move fragments
This commit is contained in:
@@ -29,7 +29,7 @@ export const accountPageQueryRouter = router({
|
||||
getBenefits: publicProcedure
|
||||
.input(z.object({ lang: z.nativeEnum(Lang) }))
|
||||
.query(async ({ input }) => {
|
||||
const url = "/my-pages/overview"
|
||||
const url = "/my-pages/benefits"
|
||||
const accountPage = await request<GetAccountPageData>(
|
||||
GetAccountPage,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user