Skip to content

Commit 6413003

Browse files
authored
Update HexController.cs
1 parent cf66570 commit 6413003

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

barcoder/Controllers/HexController.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ public class HexController : ControllerBase
99
{
1010

1111
[HttpGet("hex.png")]
12+
[HttpOptions("hex.png")]
13+
[HttpHead("hex.png")]
1214
public IActionResult Get(string color, string border, int width = 300, int height = 300)
1315
{
1416
try

0 commit comments

Comments
 (0)