added qrcode
This commit is contained in:
@@ -53,6 +53,10 @@ public class PrinterController : Controller
|
||||
case "barcode2d":
|
||||
parsedInstruction = instruction.Deserialize<Barcode2D>();
|
||||
break;
|
||||
case "qrcode":
|
||||
parsedInstruction = instruction.Deserialize<QRCode>();
|
||||
break;
|
||||
|
||||
default:
|
||||
return BadRequest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user