fix DI registration
This commit is contained in:
parent
39419fd50c
commit
0e1178f128
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ namespace BirdsiteLive
|
|||
_.Assembly("BirdsiteLive.Domain");
|
||||
_.Assembly("BirdsiteLive.DAL");
|
||||
_.Assembly("BirdsiteLive.DAL.Postgres");
|
||||
_.Assembly("BirdsiteLive.Moderation");
|
||||
_.Assembly("BirdsiteLive.Pipeline");
|
||||
_.TheCallingAssembly();
|
||||
|
||||
|
|
Reference in a new issue