This commit is contained in:
ThatOneCalculator 2022-09-13 20:41:45 -07:00
parent 0d28fd4277
commit 4c021e196f

View file

@ -534,6 +534,7 @@ router.get('(.*)', async ctx => {
icon: meta.iconUrl,
splashIcon: splashIconUrl,
themeColor: meta.themeColor,
randomMOTD: motd,
privateMode: meta.privateMode,
});
ctx.set('Cache-Control', 'public, max-age=3');