Revert "fix: catch-all server side handler"

This reverts commit 7e8be92cd5.
This commit is contained in:
Valerio Ageno
2025-01-04 10:33:52 +01:00
parent 7e8be92cd5
commit 1356be248e
3 changed files with 12 additions and 11 deletions
@@ -24,7 +24,6 @@ const IndexRoute = Index.update({
const PostscatchallRoute = Postscatchall.update({
path: '/posts/[...catch_all]',
getParentRoute: () => rootRoute,
hasHandler: true,
})
// Create and export the route tree