fix DI registration

This commit is contained in:
Nicolas Constant
2021-02-11 23:01:43 -05:00
parent 39419fd50c
commit 0e1178f128

View File

@ -99,6 +99,7 @@ namespace BirdsiteLive
_.Assembly("BirdsiteLive.Domain");
_.Assembly("BirdsiteLive.DAL");
_.Assembly("BirdsiteLive.DAL.Postgres");
_.Assembly("BirdsiteLive.Moderation");
_.Assembly("BirdsiteLive.Pipeline");
_.TheCallingAssembly();