Fix api of 1.22

This commit is contained in:
2024-05-27 22:16:26 +08:00
parent 377f435a2b
commit 57040f7486

View File

@@ -0,0 +1,8 @@
import React from 'react';
import ClientOnly from '@site/src/components/ClientOnly';
export default function Api21() {
return (
<ClientOnly swaggerPath="/swagger-22.json"/>
);
}