feat: WIP

This commit is contained in:
2025-03-04 07:26:51 -05:00
parent 9da4149391
commit 19a51598e4
8 changed files with 201 additions and 78 deletions

View File

@@ -4,6 +4,7 @@ import Foundation
import PsychrometricClient
@preconcurrency import URLRouting
// swiftlint:disable type_body_length
public enum SiteRoute: Equatable, Sendable {
case api(Api)
@@ -392,3 +393,5 @@ public extension SiteRoute {
}
}
}
// swiftlint:enable type_body_length