OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
API
/
swagger-ui-5.17.14
/
src
/
core
/
presets
/
apis
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/07/2024 04:34:11 AM
rwxr-xr-x
📄
index.js
494 bytes
08/07/2024 04:34:11 AM
rw-r--r--
Editing: index.js
Close
/** * @prettier */ import BasePreset from "core/presets/base" import OpenAPI30Plugin from "core/plugins/oas3" import OpenAPI31Plugin from "core/plugins/oas31" import JSONSchema202012Plugin from "core/plugins/json-schema-2020-12" import JSONSchema202012SamplesPlugin from "core/plugins/json-schema-2020-12-samples" export default function PresetApis() { return [ BasePreset, OpenAPI30Plugin, JSONSchema202012Plugin, JSONSchema202012SamplesPlugin, OpenAPI31Plugin, ] }