Skip to content

Instantly share code, notes, and snippets.

@rwbutler
Created January 16, 2023 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwbutler/696aa4dd82b7d2b078ea98b9e4e99b43 to your computer and use it in GitHub Desktop.
Save rwbutler/696aa4dd82b7d2b078ea98b9e4e99b43 to your computer and use it in GitHub Desktop.
Register HealthCheckController in routes.swift
func routes(_ app: Application) throws {
try HealthCheckController().register(with: app.routes)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment