feat: 前台 .shtml 后缀 canonical + strict_types 全量启用 + 对外 API(Sanctum+Scramble 文档)+ pm2 ecosystem + GitHub Actions CI + 插件/主题/架构/API 文档 + REDIS_PREFIX 说明
This commit is contained in:
@@ -17,7 +17,7 @@ class ExampleTest extends TestCase
|
||||
$this->seed();
|
||||
|
||||
$this->get('/')->assertStatus(200);
|
||||
$this->get('/archives')->assertStatus(200);
|
||||
$this->get('/archives.shtml')->assertStatus(200);
|
||||
$this->get('/rss.xml')->assertStatus(200);
|
||||
$this->get('/sitemap.xml')->assertStatus(200);
|
||||
$this->get('/robots.txt')->assertStatus(200);
|
||||
|
||||
Reference in New Issue
Block a user