Skip to content

Commit

Permalink
fix cache (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-t-wang authored Sep 23, 2024
1 parent bfc0eb9 commit 7ee9da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/api/hasura/invalidate-cache/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const POST = async (req: NextRequest) => {
InvalidationBatch: {
Paths: {
Quantity: 2,
Items: ["/api/v2/public/apps*", "/api/v2/public/apps"],
Items: ["/api/v2/public/app/*", "/api/v2/public/apps*"],
},
CallerReference: Date.now().toString(),
},
Expand Down

0 comments on commit 7ee9da4

Please sign in to comment.