Skip to content

Commit

Permalink
fix(backend): JSON parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-b-84 committed Jun 28, 2024
1 parent 20f16d3 commit 14560c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,6 @@ func handleValidateJwt(res http.ResponseWriter, req *http.Request) {
res.Header().Set("Content-Type", "application/json")
res.WriteHeader(http.StatusOK)
res.Write(claimsJSON)
res.Header().Set("Content-Type", "text/plain")
res.Write([]byte("User JWT was verified"))

}

func main() {
Expand Down

0 comments on commit 14560c6

Please sign in to comment.