mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-11 04:31:26 +00:00
Fix build
This commit is contained in:
8
src/pages/api/1.21/index.js
Normal file
8
src/pages/api/1.21/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-21.json"/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user