Skip to content

Commit

Permalink
Update api_handlers+InformationController.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nocodeleaks committed May 9, 2024
1 parent c4aa9e9 commit a8ba86f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/controllers/api_handlers+InformationController.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ import (

func InformationController(w http.ResponseWriter, r *http.Request) {

// setting default response type as json
w.Header().Set("Content-Type", "application/json")

switch r.Method {
case http.MethodPatch:
InformationPatchRequest(w, r)
Expand Down

0 comments on commit a8ba86f

Please sign in to comment.