mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
fix: 🐛 motd
This commit is contained in:
parent
c8895e3f03
commit
fbaaf2640f
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ router.get('(.*)', async ctx => {
|
|||
icon: meta.iconUrl,
|
||||
splashIcon: splashIconUrl,
|
||||
themeColor: meta.themeColor,
|
||||
randomMOTD: motd,
|
||||
randomMOTD: motd[Math.floor(Math.random() * motd.length)],
|
||||
privateMode: meta.privateMode,
|
||||
});
|
||||
ctx.set('Cache-Control', 'public, max-age=3');
|
||||
|
|
Loading…
Reference in a new issue