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:
2026-06-08 17:51:51 +03:00
parent df011f2a03
commit 20b13647de
3 changed files with 19 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ using System.Reflection;
using Microsoft.EntityFrameworkCore;
using PageFetcher.Data;
using PageFetcherApi.Services;
using PageFetcherApi.Settings;
using Serilog;
using StartupHelpers;