You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Module({modules: [UsersModule,AdminModule],controllers: [HealthCheckController],routes: {path: '/',// NOTE: In theory we could add more stuff here (e.g. Middleware)children: [{path: '',routes: HealthCheckController},{path: '/users',routes: UsersModule},{path: '/admin',routes: AdminModule}// This also allows to mount another express app, e.g.{path: '/external',mount: express()}]}})exportclassAppModule{}
Frist
Second
Third
The text was updated successfully, but these errors were encountered: