Move PageFetcherSettings to Settings/ folder, consistent with email-api pattern
Settings classes belong in Settings/ with namespace PageFetcherApi.Settings, not Services/. Matches the SmtpSettings placement in email-api. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,7 @@ using System.Reflection;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using PageFetcher.Data;
|
||||
using PageFetcherApi.Services;
|
||||
using PageFetcherApi.Settings;
|
||||
using Serilog;
|
||||
using StartupHelpers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user