WIP: make v2 meta endpoint support GET

This commit is contained in:
Andy 2022-09-16 21:51:03 +02:00
parent ca6156fe71
commit fad8dad5d8

View file

@ -10,6 +10,10 @@ export const meta = {
requireCredential: false,
v2: {
method: 'get'
},
res: {
type: 'object',
optional: false, nullable: false,