From 7488e9522f6972230da24b0a343d27d1d605a177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com> Date: Fri, 30 Jul 2021 10:21:39 +0800 Subject: [PATCH] namespace --- FastGithub.ReverseProxy/CertService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FastGithub.ReverseProxy/CertService.cs b/FastGithub.ReverseProxy/CertService.cs index ef9b7cf..a12207d 100644 --- a/FastGithub.ReverseProxy/CertService.cs +++ b/FastGithub.ReverseProxy/CertService.cs @@ -1,4 +1,5 @@ -using Microsoft.Extensions.Caching.Memory; +using FastGithub.Configuration; +using Microsoft.Extensions.Caching.Memory; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic;