-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
Co-authored-by: Sylvie <[email protected]> Co-authored-by: pluckyswan <[email protected]> Co-authored-by: James Herr <[email protected]> Co-authored-by: halprin <[email protected]>
Co-authored-by: Sylvie <[email protected]>
Co-authored-by: Sylvie <[email protected]>
Co-authored-by: Sylvie <[email protected]> Co-authored-by: halprin <[email protected]>
Co-authored-by: Sylvie <[email protected]> Co-authored-by: halprin <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
@@ -77,6 +77,16 @@ func setupLogging() { | |||
func setupHealthCheck() { | |||
slog.Info("Bootstrapping health check") | |||
|
|||
http.HandleFunc("/test400", func(response http.ResponseWriter, request *http.Request) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider renaming the endpoint from '/test400' to something more indicative of its purpose, like '/generate-400-error'. This will make the codebase more readable and maintainable. [important]
PR Code Suggestions ✨No code suggestions found for the PR. |
|
Description
Stuff
Issue
CDCgov/trusted-intermediary#1394
Checklist
Note: You may remove items that are not applicable