Files
MinglarBackendNestJS/swagger.json

27 lines
505 B
JSON
Raw Normal View History

2025-11-10 15:05:01 +05:30
{
"openapi": "3.0.0",
"paths": {},
2025-11-10 15:05:01 +05:30
"info": {
"title": "Minglar API",
"description": "NestJS Backend for Minglar with Lambda-ready endpoints",
2025-11-10 15:05:01 +05:30
"version": "1.0.0",
"contact": {}
2025-11-10 15:05:01 +05:30
},
"tags": [],
2025-11-10 15:05:01 +05:30
"servers": [
{
"url": "http://localhost:3000/",
"description": "Local Server"
2025-11-10 15:05:01 +05:30
}
],
"components": {
"securitySchemes": {
"bearer": {
2025-11-10 15:05:01 +05:30
"scheme": "bearer",
"bearerFormat": "JWT",
"type": "http"
2025-11-10 15:05:01 +05:30
}
},
"schemas": {}
2025-11-10 15:05:01 +05:30
}
}