Skip to content

Commit 4771e08

Browse files
committed
Fixed up SiteURL after merge.
1 parent b293252 commit 4771e08

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Sources/App/Core/SiteURL.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,8 @@ enum SiteURL: Resourceable, Sendable {
331331
.supporters,
332332
.tryInPlayground,
333333
.validateSPIManifest,
334-
.verify:
335-
.healthCheck,
336-
.validateSPIManifest:
334+
.verify,
335+
.healthCheck:
337336
return [.init(stringLiteral: path)]
338337

339338
case let .api(next):

0 commit comments

Comments
 (0)