mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
fix DI registration
This commit is contained in:
@ -99,6 +99,7 @@ namespace BirdsiteLive
|
|||||||
_.Assembly("BirdsiteLive.Domain");
|
_.Assembly("BirdsiteLive.Domain");
|
||||||
_.Assembly("BirdsiteLive.DAL");
|
_.Assembly("BirdsiteLive.DAL");
|
||||||
_.Assembly("BirdsiteLive.DAL.Postgres");
|
_.Assembly("BirdsiteLive.DAL.Postgres");
|
||||||
|
_.Assembly("BirdsiteLive.Moderation");
|
||||||
_.Assembly("BirdsiteLive.Pipeline");
|
_.Assembly("BirdsiteLive.Pipeline");
|
||||||
_.TheCallingAssembly();
|
_.TheCallingAssembly();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user