diff --git a/Sources/App/DependencyRegistrator.swift b/Sources/App/DependencyRegistrator.swift index d8a0bd9014f18c04e601acc27801dd30bc1508df..585b167442e8530f186e0d06a46a676443696d9f 100644 --- a/Sources/App/DependencyRegistrator.swift +++ b/Sources/App/DependencyRegistrator.swift @@ -105,6 +105,7 @@ struct DependencyRegistrator { container.register(BackupService()) container.register(MakeAppScreenshot.live) container.register(SendReport.live) + container.register(FetchBannedList.live) // MARK: Isolated