diff --git a/barcoder/Controllers/HexController.cs b/barcoder/Controllers/HexController.cs index ac3b78a..aa38148 100644 --- a/barcoder/Controllers/HexController.cs +++ b/barcoder/Controllers/HexController.cs @@ -9,6 +9,8 @@ public class HexController : ControllerBase { [HttpGet("hex.png")] + [HttpOptions("hex.png")] + [HttpHead("hex.png")] public IActionResult Get(string color, string border, int width = 300, int height = 300) { try