mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 18:06:45 +00:00
removed these personal / company details in the example swagger
This commit is contained in:
parent
a7bab29d12
commit
1dee6d7a6e
@ -44,11 +44,11 @@ class IndexView(LoginRequiredMixin, FormView):
|
||||
"swagger":"2.0",
|
||||
"info":{
|
||||
"version":"0.0.1",
|
||||
"title":"Portus EVS sandbox demo API",
|
||||
"description":"Portus EVS sandbox demo API",
|
||||
"title":"Example Title",
|
||||
"description":"Example Description",
|
||||
"contact":{
|
||||
"name":"Digital & FinTech, Grant Thornton",
|
||||
"email":"peng.xu@ie.gt.com",
|
||||
"name":"Example Company",
|
||||
"email":"simon@example.com",
|
||||
"url":"https://www.tesobe.com/"
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user