forked from FoundKeyGang/FoundKey
server: make v2 meta endpoint support GET
This commit is contained in:
parent
4a3b91d658
commit
aed2752470
1 changed files with 4 additions and 0 deletions
|
@ -233,6 +233,10 @@ export const meta = {
|
|||
},
|
||||
},
|
||||
},
|
||||
|
||||
v2: {
|
||||
method: 'get'
|
||||
},
|
||||
} as const;
|
||||
|
||||
export const paramDef = {
|
||||
|
|
Loading…
Reference in a new issue