feat(api): add news to /api/meta response
This commit is contained in:
parent
31b6ac2cac
commit
5c57b75335
6 changed files with 147 additions and 5 deletions
|
|
@ -110,6 +110,7 @@ public static class StartupExtensions
|
|||
.AddSingleton<AuditLogCache>()
|
||||
.AddSingleton<EmojiCache>()
|
||||
.AddSingleton<PluralkitApiService>()
|
||||
.AddSingleton<NewsService>()
|
||||
.AddScoped<IEncryptionService, EncryptionService>()
|
||||
.AddSingleton<MetricsCollectionService>()
|
||||
.AddScoped<MessageRepository>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue