Limpieza de objetos externos
This commit is contained in:
12
api/resources/documentation/base.json
Normal file
12
api/resources/documentation/base.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"openapi": "3.0.0",
|
||||
"info": {
|
||||
"title": "Contabilidad",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"paths": {
|
||||
"/transactions": {
|
||||
"description": "List transactions"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user