Skip to content

Commit 203e7d5

Browse files
committed
fix(routes): export the right functions to get and load dynamic routes
1 parent 261e095 commit 203e7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/express-app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from './app';
22
export * from './types';
3-
export * from './route-loader';
3+
export * from './modules';

0 commit comments

Comments
 (0)