fix motd
This commit is contained in:
parent
0d28fd4277
commit
4c021e196f
|
@ -534,6 +534,7 @@ router.get('(.*)', async ctx => {
|
||||||
icon: meta.iconUrl,
|
icon: meta.iconUrl,
|
||||||
splashIcon: splashIconUrl,
|
splashIcon: splashIconUrl,
|
||||||
themeColor: meta.themeColor,
|
themeColor: meta.themeColor,
|
||||||
|
randomMOTD: motd,
|
||||||
privateMode: meta.privateMode,
|
privateMode: meta.privateMode,
|
||||||
});
|
});
|
||||||
ctx.set('Cache-Control', 'public, max-age=3');
|
ctx.set('Cache-Control', 'public, max-age=3');
|
||||||
|
|
Loading…
Reference in New Issue