We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38707fb commit 0316c48Copy full SHA for 0316c48
Sources/App/Core/SiteURL.swift
@@ -311,6 +311,7 @@ enum SiteURL: Resourceable, Sendable {
311
.deleteAccount,
312
.faq,
313
.forgotPassword,
314
+ .healthCheck,
315
.home,
316
.login,
317
.logout,
@@ -329,8 +330,6 @@ enum SiteURL: Resourceable, Sendable {
329
330
.tryInPlayground,
331
.validateSPIManifest,
332
.verify:
- .healthCheck,
333
- .validateSPIManifest:
334
return [.init(stringLiteral: path)]
335
336
case let .api(next):
0 commit comments