chore: move fragments

This commit is contained in:
Arvid Norlin
2024-04-19 15:40:40 +02:00
parent ea6890c9c6
commit 0dd8998ff8
6 changed files with 10 additions and 18 deletions

View File

@@ -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,
{