mirror of
				https://github.com/labstack/echo.git
				synced 2025-10-30 23:57:38 +02:00 
			
		
		
		
	| @@ -29,7 +29,7 @@ func TestContext(t *testing.T) { | ||||
| 		} | ||||
|  | ||||
| 		// Bind & JSON | ||||
| 		if c.Bind(u) { | ||||
| 		if err := c.Bind(u); err == nil { | ||||
| 			c.JSON(http.StatusCreated, u) | ||||
| 		} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user