feat: page-fetcher-api centralised Playwright page fetcher #44
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace Models.Settings;
|
||||
namespace EmailApi.Models.Settings;
|
||||
|
||||
public sealed class SmtpSettings
|
||||
{
|
||||
@@ -5,6 +5,7 @@ using Email.Data.Repositories.Contracts;
|
||||
using Email.Data.Services;
|
||||
using EmailApi.Services;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using EmailApi.Models.Settings;
|
||||
using Models.Settings;
|
||||
using Serilog;
|
||||
using StartupHelpers;
|
||||
|
||||
@@ -4,6 +4,7 @@ using MailKit.Net.Smtp;
|
||||
using MailKit.Security;
|
||||
using Microsoft.Extensions.Options;
|
||||
using MimeKit;
|
||||
using EmailApi.Models.Settings;
|
||||
using Models.Settings;
|
||||
|
||||
namespace EmailApi.Services;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace PageFetcherApi.Settings;
|
||||
namespace PageFetcher.Models.Settings;
|
||||
|
||||
/// <summary>
|
||||
/// Runtime settings for the page-fetcher service.
|
||||
@@ -2,7 +2,7 @@ using System.Reflection;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using PageFetcher.Data;
|
||||
using PageFetcherApi.Services;
|
||||
using PageFetcherApi.Settings;
|
||||
using PageFetcher.Models.Settings;
|
||||
using Serilog;
|
||||
using StartupHelpers;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user