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
@@ -6,6 +6,7 @@ using Microsoft.Playwright;
using PageFetcher.Data;
using PageFetcher.Data.Entities;
using PageFetcher.Models;
using PageFetcherApi.Settings;
namespace PageFetcherApi.Services;