File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ import { AuthModule } from './auth/auth.module';
1212 path : 'ws' ,
1313 module : WssModule ,
1414 } ,
15- {
16- path : 'api' ,
17- children : [
18- {
19- path : '' , // Empty path here - the controller already has 'jobs' path
20- module : JobModule ,
21- } ,
22- {
23- path : '' , // Empty path here - the controller already has 'auth' path
24- module : AuthModule ,
25- } ,
26- ] ,
27- } ,
15+ // {
16+ // path: 'api',
17+ // children: [
18+ // {
19+ // path: '', // Empty path here - the controller already has 'jobs' path
20+ // module: JobModule,
21+ // },
22+ // {
23+ // path: '', // Empty path here - the controller already has 'auth' path
24+ // module: AuthModule,
25+ // },
26+ // ],
27+ // },
2828 ] ) ,
2929 CloudflareKvModule ,
3030 JobModule ,
You can’t perform that action at this time.
0 commit comments