forked from gitea/docs
Fix api of 1.22
This commit is contained in:
8 src/pages/api/1.22/index.js Normal file
8
src/pages/api/1.22/index.js Normal 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"/> | ||||
); | ||||
} | ||||
Reference in New Issue
Block a user