api add middleware: CheckSiteStatus

This commit is contained in:
xiaomlove
2026-05-31 03:35:13 +07:00
parent f823dc191a
commit e4cdb26c2f
7 changed files with 50 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
return [
'site_down_for_maintenance' => "Site is down for maintenance, please check back again later... thanks",
];