Skip to content

Commit

Permalink
Update HexController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaardsholt authored Jul 14, 2021
1 parent cf66570 commit 6413003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions barcoder/Controllers/HexController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6413003

Please sign in to comment.