perf(backend): allow get for some endpoints
This commit is contained in:
@@ -9,6 +9,8 @@ export const meta = {
|
||||
tags: ['meta'],
|
||||
|
||||
requireCredential: false,
|
||||
allowGet: true,
|
||||
cacheSec: 60 * 1,
|
||||
} as const;
|
||||
|
||||
export const paramDef = {
|
||||
|
@@ -26,6 +26,8 @@ export const meta = {
|
||||
tags: ['hashtags'],
|
||||
|
||||
requireCredential: false,
|
||||
allowGet: true,
|
||||
cacheSec: 60 * 1,
|
||||
|
||||
res: {
|
||||
type: 'array',
|
||||
|
Reference in New Issue
Block a user