Skip to content

Commit 0316c48

Browse files
committed
Fixed up slight issue in the rebase.
1 parent 38707fb commit 0316c48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/App/Core/SiteURL.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ enum SiteURL: Resourceable, Sendable {
311311
.deleteAccount,
312312
.faq,
313313
.forgotPassword,
314+
.healthCheck,
314315
.home,
315316
.login,
316317
.logout,
@@ -329,8 +330,6 @@ enum SiteURL: Resourceable, Sendable {
329330
.tryInPlayground,
330331
.validateSPIManifest,
331332
.verify:
332-
.healthCheck,
333-
.validateSPIManifest:
334333
return [.init(stringLiteral: path)]
335334

336335
case let .api(next):

0 commit comments

Comments
 (0)