We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdaec19 commit 88be7fbCopy full SHA for 88be7fb
src/Melodee.Blazor/Program.cs
@@ -37,9 +37,7 @@
37
using Microsoft.AspNetCore.HttpOverrides;
38
using Microsoft.AspNetCore.ResponseCompression;
39
using Microsoft.EntityFrameworkCore;
40
-using Microsoft.AspNetCore.OpenApi;
41
using Microsoft.OpenApi;
42
-using Scalar.AspNetCore;
43
using NodaTime;
44
using Npgsql;
45
using Quartz;
@@ -50,6 +48,7 @@
50
48
using Rebus.Config;
51
49
using Rebus.Persistence.InMem;
52
using Rebus.Transport.InMem;
+using Scalar.AspNetCore;
53
using Serilog;
54
using SpotifyAPI.Web;
55
using ILogger = Serilog.ILogger;
0 commit comments