Skip to content

Commit c17a69c

Browse files
committed
Filter networks
1 parent 962f126 commit c17a69c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generate-routes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ const createRoutes = (): Route[] => {
140140
!routePaths.some((routePath) => isEndpointUnderRoute(path, routePath)),
141141
)
142142
.filter((path) => !path.startsWith('/seam'))
143+
.filter((path) => !path.startsWith('/networks'))
143144

144145
if (unmatchedEndpointPaths.length > 0) {
145146
throw new Error(

0 commit comments

Comments
 (0)