perf(backend): allow get for some endpoints
This commit is contained in:
parent
1b1f82a2e2
commit
a1327fa9e1
5 changed files with 7 additions and 3 deletions
|
@ -9,6 +9,8 @@ export const meta = {
|
|||
tags: ['meta'],
|
||||
|
||||
requireCredential: false,
|
||||
allowGet: true,
|
||||
cacheSec: 60 * 1,
|
||||
} as const;
|
||||
|
||||
export const paramDef = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue