Staging to Production #51

Merged
claude merged 165 commits from main into production 2026-06-08 18:28:46 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 30a8df431f - Show all commits
+1 -1
View File
@@ -2,7 +2,7 @@ using System.Reflection;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
using PageFetcher.Data; using PageFetcher.Data;
using PageFetcherApi.Services; using PageFetcherApi.Services;
using PageFetcher.Models.Settings; using PageFetcherApi.Settings;
using Serilog; using Serilog;
using StartupHelpers; using StartupHelpers;
@@ -6,7 +6,7 @@ using Microsoft.Playwright;
using PageFetcher.Data; using PageFetcher.Data;
using PageFetcher.Data.Entities; using PageFetcher.Data.Entities;
using PageFetcher.Models; using PageFetcher.Models;
using PageFetcher.Models.Settings; using PageFetcherApi.Settings;
namespace PageFetcherApi.Services; namespace PageFetcherApi.Services;
@@ -1,4 +1,4 @@
namespace PageFetcher.Models.Settings; namespace PageFetcherApi.Settings;
/// <summary> /// <summary>
/// Runtime settings for the page-fetcher service. /// Runtime settings for the page-fetcher service.