Skip to content
Snippets Groups Projects
Commit b0cac9bd authored by Jonas Kjærandsen's avatar Jonas Kjærandsen
Browse files

Email no error yes

parent 84e76540
No related branches found
No related tags found
1 merge request!2Merge react-branch into main.
......@@ -168,7 +168,7 @@ func main() {
c.JSON(http.StatusUnauthorized, gin.H{"authenticated": "You are not authenticated. User login is invalid."})
} else {
api.EscalateAnalysis(url, result, token)
c.JSON(http.StatusOK, nil)
c.JSON(http.StatusOK, gin.H{"Successfull": "yes"})
}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment