We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3296214 + dff6a15 commit a9a768cCopy full SHA for a9a768c
1 file changed
src/app-router.module.ts
@@ -12,19 +12,19 @@ import { AuthModule } from './auth/auth.module';
12
path: 'ws',
13
module: WssModule,
14
},
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
+ // {
+ // path: 'api',
+ // children: [
+ // path: '', // Empty path here - the controller already has 'jobs' path
+ // module: JobModule,
+ // },
+ // path: '', // Empty path here - the controller already has 'auth' path
+ // module: AuthModule,
+ // ],
28
]),
29
CloudflareKvModule,
30
JobModule,
0 commit comments