Skip to content

Commit 2a15198

Browse files
Added the blank line
1 parent 734935a commit 2a15198

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Auth/LearningHub.Nhs.Auth/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
builder.Host.UseNLog();
2525

2626
string corsOriginUrl = builder.Configuration.GetValue<string>("LearningHubAuthConfig:AuthClients:learninghubopenapi:BaseUrl");
27+
2728
string corsMoodleUrl = builder.Configuration.GetValue<string>("MoodleAPIConfig:BaseUrl");
2829

2930
builder.Services.AddCors(options =>

0 commit comments

Comments
 (0)