From 176dced062c9b691655b3c46cfebe2eef26abdc4 Mon Sep 17 00:00:00 2001 From: Lufei Date: Mon, 13 Nov 2023 09:03:06 +0800 Subject: [PATCH] * Change holiday api root. close GH-127. --- module/holiday/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/holiday/config.php b/module/holiday/config.php index 6c171384f7..7ad5be47bd 100644 --- a/module/holiday/config.php +++ b/module/holiday/config.php @@ -4,4 +4,4 @@ $config->holiday->require = new stdclass(); $config->holiday->require->create = 'name,begin,end'; $config->holiday->require->edit = 'name,begin,end'; -$config->holiday->apiRoot = 'https://ghproxy.com/https://raw.githubusercontent.com/NateScarlet/holiday-cn/master/%d.json'; +$config->holiday->apiRoot = 'https://raw.githubusercontent.com/NateScarlet/holiday-cn/master/%d.json';