WIP: make v2 meta endpoint support GET

This commit is contained in:
Andy 2022-09-16 21:51:03 +02:00 committed by Johann150
parent 096f2129ab
commit 5c0cf99b59
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -233,6 +233,10 @@ export const meta = {
},
},
},
v2: {
method: 'get'
},
} as const;
export const paramDef = {