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 db5ca77 commit b4854ffCopy full SHA for b4854ff
lib/hooks/app/api.rb
@@ -54,7 +54,7 @@ def self.create(config:, endpoints:, log:)
54
# Define helper methods first, before routes
55
helpers Helpers
56
57
- # Mount split-out endpoints
+ # Mount core operational endpoints
58
mount Hooks::App::HealthEndpoint => config[:health_path]
59
mount Hooks::App::VersionEndpoint => config[:version_path]
60
0 commit comments