remove appsettings
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
using System.Diagnostics;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace Barcode.Host.Server.Pages;
|
||||
|
||||
@ -19,5 +19,4 @@ public class ErrorModel : PageModel
|
||||
|
||||
public void OnGet() =>
|
||||
RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier;
|
||||
}
|
||||
|
||||
}
|
@ -15,4 +15,4 @@ public class NotificationModel : PageModel
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user