mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 04:26:58 +00:00
fix response type of i/registry/get endpoint
This commit is contained in:
parent
735cd12654
commit
16858cf2f7
2 changed files with 2 additions and 4 deletions
|
@ -20,9 +20,7 @@ export const meta = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
res: {
|
res: {},
|
||||||
type: 'object',
|
|
||||||
},
|
|
||||||
|
|
||||||
// 10 calls per 5 seconds
|
// 10 calls per 5 seconds
|
||||||
limit: {
|
limit: {
|
||||||
|
|
|
@ -24267,7 +24267,7 @@ export type operations = {
|
||||||
/** @description OK (with results) */
|
/** @description OK (with results) */
|
||||||
200: {
|
200: {
|
||||||
content: {
|
content: {
|
||||||
'application/json': Record<string, never>;
|
'application/json': unknown;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
/** @description Client error */
|
/** @description Client error */
|
||||||
|
|
Loading…
Add table
Reference in a new issue