added 2d barcode
This commit is contained in:
@@ -50,6 +50,9 @@ public class PrinterController : Controller
|
||||
case "feed":
|
||||
parsedInstruction = instruction.Deserialize<FeedInstruction>();
|
||||
break;
|
||||
case "barcode2d":
|
||||
parsedInstruction = instruction.Deserialize<Barcode2D>();
|
||||
break;
|
||||
default:
|
||||
return BadRequest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user