Skip to content

Commit 94488a0

Browse files
committed
Fixes.
1 parent c377e83 commit 94488a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/APIs/SXG.EvalPlatform.API/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
using SXG.EvalPlatform.API.Middleware; // ? Added for UserContextMiddleware
44
using SxgEvalPlatformApi.Extensions;
55
using System.Threading.RateLimiting;
6-
using Microsoft.Identity.ServiceEssentials; // Added for UseMise middleware
6+
using Microsoft.Identity.ServiceEssentials;
7+
using SXG.EvalPlatform.Common; // Added for UseMise middleware
78

89
var builder = WebApplication.CreateBuilder(args);
910

0 commit comments

Comments
 (0)