forked from FoundKeyGang/FoundKey
backend: require authentification for fetch-rss
Changelog: Changed
This commit is contained in:
parent
f74395c386
commit
c5e1c42d0a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const rssParser = new Parser();
|
|||
export const meta = {
|
||||
tags: ['meta'],
|
||||
|
||||
requireCredential: false,
|
||||
requireCredential: true,
|
||||
allowGet: true,
|
||||
cacheSec: 60 * 3,
|
||||
} as const;
|
||||
|
|
Loading…
Reference in a new issue