Skip to content

Commit 113ff3d

Browse files
committed
crone: 마이그레이션 재설정
1 parent 38656e1 commit 113ff3d

20 files changed

+85
-2661
lines changed

ProjectVG.Application/ApplicationServiceCollectionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static IServiceCollection AddApplicationServices(this IServiceCollection
2020
{
2121
// Auth Services
2222
services.AddScoped<IAuthService, AuthService>();
23-
services.AddSingleton<IOAuth2Service, OAuth2Service>();
23+
services.AddScoped<IOAuth2Service, OAuth2Service>();
2424
services.AddScoped<IOAuth2ProviderFactory, OAuth2ProviderFactory>();
2525

2626
// User Services
Lines changed: 17 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)