Files
HellreigN/backend/docs/swagger.json
T
d3m0k1d 3293915062
ci-agent / build (push) Failing after 28s
chore: proj struct and swagger docs for backend
2026-04-03 21:04:49 +03:00

15 lines
329 B
JSON

{
"swagger": "2.0",
"info": {
"contact": {}
},
"paths": {},
"securityDefinitions": {
"Bearer": {
"description": "Type \"Bearer\" followed by a space and the JWT token.",
"type": "apiKey",
"name": "Authorization",
"in": "header"
}
}
}