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