perf(backend): allow get for some endpoints (#92)

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
riku6460 2023-07-02 10:20:40 +09:00 committed by GitHub
parent b4f720cab6
commit 65a75ecd9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 3 deletions

View file

@ -9,6 +9,8 @@ export const meta = {
tags: ['meta'],
requireCredential: false,
allowGet: true,
cacheSec: 60 * 1,
} as const;
export const paramDef = {

View file

@ -26,6 +26,8 @@ export const meta = {
tags: ['hashtags'],
requireCredential: false,
allowGet: true,
cacheSec: 60 * 1,
res: {
type: 'array',