Scan ean code on iOS app
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Bimix.UI.Shared;
|
||||
using Bimix.UI.Shared.Extensions;
|
||||
using Bimix.UI.Shared.Extensions;
|
||||
using Bimix.UI.Shared.Interfaces;
|
||||
using Bimix.UI.Web.Components;
|
||||
using MudBlazor.Services;
|
||||
|
||||
@@ -11,6 +12,8 @@ builder.Services.AddMudServices();
|
||||
|
||||
builder.Services.AddSharedServices("http://localhost:7142");
|
||||
|
||||
builder.Services.AddSingleton<IScannerService, NoOpScannerService>();
|
||||
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user