Files
pedwfrontend/next-swagger-doc.json
T
2023-03-01 15:47:55 +00:00

13 lines
240 B
JSON

{
"apiFolder": "pages/api",
"schemaFolders": [
"models"
],
"definition": {
"openapi": "3.0.0",
"info": {
"title": "Next Swagger API Example",
"version": "1.0"
}
}
}