mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix motd
This commit is contained in:
parent
7d77b9ede4
commit
fd8508dc38
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue