We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf66570 commit 6413003Copy full SHA for 6413003
barcoder/Controllers/HexController.cs
@@ -9,6 +9,8 @@ public class HexController : ControllerBase
9
{
10
11
[HttpGet("hex.png")]
12
+ [HttpOptions("hex.png")]
13
+ [HttpHead("hex.png")]
14
public IActionResult Get(string color, string border, int width = 300, int height = 300)
15
16
try
0 commit comments