Align email-api and page-fetcher-api namespaces to Api.* convention

Fixes inconsistency where email-api used EmailApi.* and page-fetcher-api
used PageFetcherApi.*, while cv-matcher-api and rag-api use the generic
Api.* namespace. All four API projects now follow the same pattern.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 18:04:03 +03:00
parent ae2bc9b902
commit e1f171168e
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
using System.Reflection;
using Microsoft.EntityFrameworkCore;
using PageFetcher.Data;
using PageFetcherApi.Services;
using Api.Services;
using PageFetcher.Models.Settings;
using Serilog;
using StartupHelpers;