test returning created safe details
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -92,7 +92,7 @@ func AddSafeHandler(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
c.JSON(http.StatusOK, gin.H{"message": "safe creation success"})
|
||||
c.JSON(http.StatusOK, gin.H{"message": "safe creation success", "data": s})
|
||||
}
|
||||
|
||||
func DeleteSafeHandler(c *gin.Context) {
|
||||
|
Reference in New Issue
Block a user