feat(WEB-209): revalidate my pages navigation on demand
This commit is contained in:
committed by
Michael Zetterberg
parent
16634abbbf
commit
1bffbc837e
6
server/routers/contentstack/myPages/index.ts
Normal file
6
server/routers/contentstack/myPages/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { router } from "@/server/trpc";
|
||||
import { navigationRouter } from "./navigation";
|
||||
|
||||
export const myPagesRouter = router({
|
||||
navigation: navigationRouter,
|
||||
})
|
||||
Reference in New Issue
Block a user