Move PageFetcherSettings to page-fetcher-api-models, consistent with EmailApiSettings pattern

Settings class now lives in Apis/page-fetcher-api-models/Settings/ with
namespace PageFetcher.Models.Settings, matching how EmailApiSettings is
placed in email-api-models/Settings/.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 17:54:08 +03:00
parent 20b13647de
commit 95b0cfa0a9
4 changed files with 3 additions and 20 deletions
@@ -6,7 +6,7 @@ using Microsoft.Playwright;
using PageFetcher.Data;
using PageFetcher.Data.Entities;
using PageFetcher.Models;
using PageFetcherApi.Settings;
using PageFetcher.Models.Settings;
namespace PageFetcherApi.Services;