update
This commit was merged in pull request #3.
This commit is contained in:
@@ -61,6 +61,9 @@
|
||||
"/login": {
|
||||
"$ref": "../swagger/paths/Login.json"
|
||||
},
|
||||
"/dashboard": {
|
||||
"$ref": "../swagger/paths/Dashboard.json"
|
||||
},
|
||||
"/Authorize": {
|
||||
"$ref": "../swagger/paths/Authorize.json"
|
||||
},
|
||||
@@ -97,6 +100,9 @@
|
||||
"LoginResponse": {
|
||||
"$ref": "../swagger/schemas/LoginResponse.json"
|
||||
},
|
||||
"DashboardResponse": {
|
||||
"$ref": "../swagger/schemas/DashboardResponse.json"
|
||||
},
|
||||
"LoansResponse": {
|
||||
"$ref": "../swagger/schemas/LoansResponse.json"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user