From 4018e4ba36375e95457d74c07d494ee208fc8458 Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 16 Mar 2022 11:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sitemal=E5=9C=B0=E5=9D=80;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/app.php b/route/app.php index 5a2f059..d828cbc 100644 --- a/route/app.php +++ b/route/app.php @@ -15,7 +15,7 @@ use think\facade\Cache; use think\facade\Log; use think\facade\Route; -Route::rule('/site.xml', function (Request $request) { +Route::rule('/sitemap.xml', function (Request $request) { $cache_key = 'sitemap_last_etag';