DocSpace-client/products/ASC.Files/Service/feed.json

22 lines
562 B
JSON
Raw Normal View History

2020-06-03 14:53:58 +00:00
{
"components": [
{
2020-06-04 10:54:13 +00:00
"type": "ASC.Files.Service.Core.FilesModule, ASC.Files.Service",
2020-06-03 14:53:58 +00:00
"services": [
{
"type": "ASC.Feed.Aggregator.Modules.IFeedModule, ASC.Feed.Aggregator"
}
],
"instanceScope": "perlifetimescope"
2020-06-04 16:36:43 +00:00
},
{
"type": "ASC.Files.Service.Core.FoldersModule, ASC.Files.Service",
"services": [
{
"type": "ASC.Feed.Aggregator.Modules.IFeedModule, ASC.Feed.Aggregator"
}
],
"instanceScope": "perlifetimescope"
2020-06-03 14:53:58 +00:00
}
]
}