feat: Moves api controller to it's own module.

This commit is contained in:
2025-01-25 15:54:02 -05:00
parent 67e689b51e
commit 0fad024350
14 changed files with 234 additions and 80 deletions

View File

@@ -47,6 +47,7 @@ public struct ViewController: Sendable {
self.logger = logger
}
}
}
extension ViewController: TestDependencyKey {