flavors work
This commit is contained in:
@@ -10,7 +10,5 @@ public class SpacesModule : ZeroModule
|
||||
services.AddScoped<ISpaceStore, SpaceStore>();
|
||||
services.AddScoped<ISpaceTypeService, SpaceTypeService>();
|
||||
services.AddScoped<ISpaceService, SpaceService>();
|
||||
|
||||
services.AddOptions<SpaceOptions>().Bind(configuration.GetSection("Zero:Spaces"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user