mirror of
https://gitea.com/gitea/docs.git
synced 2026-03-27 05:58:30 +07:00
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