Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Commit

Permalink
fix: remove KillmailModule from AppModule
Browse files Browse the repository at this point in the history
  • Loading branch information
mentos1386 committed Oct 21, 2017
1 parent 17b9d12 commit 2d91d76
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/modules/app.module.ts
Expand Up @@ -3,16 +3,13 @@ import { SearchModule } from './search/search.module';
import { CharactersModule } from './character/character.module';
import { AuthenticationModule } from './authentication/authentication.module';
import { PostModule } from './post/post.module';
import { KillmailModule } from './killmail/killmail.module';

@Module({
modules: [
SearchModule,
CharactersModule,
AuthenticationModule,
PostModule,
// TODO: Should be moved to microservice
KillmailModule,
],
})
export class ApplicationModule {
Expand Down

0 comments on commit 2d91d76

Please sign in to comment.