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 b293252 commit 4771e08Copy full SHA for 4771e08
Sources/App/Core/SiteURL.swift
@@ -331,9 +331,8 @@ enum SiteURL: Resourceable, Sendable {
331
.supporters,
332
.tryInPlayground,
333
.validateSPIManifest,
334
- .verify:
335
- .healthCheck,
336
- .validateSPIManifest:
+ .verify,
+ .healthCheck:
337
return [.init(stringLiteral: path)]
338
339
case let .api(next):
0 commit comments