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